This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
-
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 #15 from nnn-ed-nico-extension/develop
release v4.3.0
- Loading branch information
Showing
7 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
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
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,8 +1,8 @@ | ||
{ | ||
"extName": { | ||
"message": "n-yobi-char-counter" | ||
"message": "Char counter for N予備校" | ||
}, | ||
"extDesc": { | ||
"message": "Show the number of letters in the test at N yobiko." | ||
"message": "Show the number of letters in the test at N予備校." | ||
} | ||
} |
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,9 +1,9 @@ | ||
{ | ||
"extName": { | ||
"message": "N予備校文字数カウンタ" | ||
"message": "文字数カウンタ for N予備校" | ||
}, | ||
"extDesc": { | ||
"message": "N予備校の記述形式のテストの文字数を表示します" | ||
"message": "N予備校の記述形式のテストの文字数を表示します。" | ||
} | ||
} | ||
|
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
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default { | ||
computed: { | ||
commitHash: () => process.env.VUE_APP_GIT_HASH, | ||
baseURL: () => process.env.VUE_APP_HOMEPAGE, | ||
manifest: () => browser.runtime.getManifest(), | ||
extName: () => browser.i18n.getMessage('extName'), | ||
extVersion() { return this.manifest.version }, | ||
extID: () => browser.app.getDetails().id, | ||
gitBranch: () => process.env.VUE_APP_GIT_BRANCH, | ||
gitHash: () => process.env.VUE_APP_GIT_HASH, | ||
} | ||
} |
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