-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from k-miyata/change-extension-name
Change extension name to shorter and memorable
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"ext_name": { | ||
"message": "Background Color Enhancer for note.mu", | ||
"description": "The extension name." | ||
"extension_name": { | ||
"message": "Note Friendly", | ||
"description": "The name of this extension." | ||
}, | ||
"ext_description": { | ||
"message": "Enhances the background color that is good for eyes on an article page of note.mu.", | ||
"description": "Description of the extention." | ||
"extension_description": { | ||
"message": "Changes the background of Note to the more eye-friendly colors.", | ||
"description": "The description of this extention." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"ext_name": { | ||
"message": "Background Color Enhancer for note.mu", | ||
"description": "拡張機能の名前。" | ||
"extension_name": { | ||
"message": "note friendly", | ||
"description": "この拡張機能の名前。" | ||
}, | ||
"ext_description": { | ||
"message": "note.mu の記事ページの背景を、目に優しい色に変更します。", | ||
"description": "拡張機能の説明。" | ||
"extension_description": { | ||
"message": "noteの背景を目に優しい色に変更します。", | ||
"description": "この拡張機能の説明。" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters