Skip to content

Commit

Permalink
Version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Soushi-Atsumi committed Feb 14, 2021
1 parent d5cbf88 commit 446d4e5
Show file tree
Hide file tree
Showing 13 changed files with 483 additions and 82 deletions.
1 change: 1 addition & 0 deletions CreatePackage.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Compress-Archive -DestinationPath SearchInSidebar.zip -LiteralPath .\_locales, .\_values, .\background, .\icons, .\options, .\sidebar, .\index.css, .\index.html, .\index.js, .\LICENSE.txt, .\manifest.json, .\README.md, .\README_ja.md
73 changes: 71 additions & 2 deletions SearchInSidebar.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,81 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1EDDE9AD-DD48-4E8B-8A96-08C4012F90CA}"
ProjectSection(SolutionItems) = preProject
index.css = index.css
index.html = index.html
index.js = index.js
LICENSE.txt = LICENSE.txt
manifest.json = manifest.json
README.md = README.md
README_ja.md = README_ja.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_locales", "_locales", "{306B31B8-F8B6-40A0-834E-48ADDB9004B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "en", "en", "{3564AA77-438B-4730-B15D-6314545D0E64}"
ProjectSection(SolutionItems) = preProject
_locales\en\messages.json = _locales\en\messages.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{DEA59900-0EC4-483D-8071-AB2EE54E4BB7}"
ProjectSection(SolutionItems) = preProject
_locales\ja\messages.json = _locales\ja\messages.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_values", "_values", "{88823CD0-81BE-4B54-BD96-FA15941BCE71}"
ProjectSection(SolutionItems) = preProject
_values\PageActions.json = _values\PageActions.json
_values\SearchEngines.json = _values\SearchEngines.json
_values\StorageKeys.json = _values\StorageKeys.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "background", "background", "{CFF5DEB2-5055-4401-B1C6-C0A709DD5E8D}"
ProjectSection(SolutionItems) = preProject
background\background.js = background\background.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "icons", "icons", "{6E558DB1-C9B8-4487-B8EF-B962EAE681A1}"
ProjectSection(SolutionItems) = preProject
icons\icon-1536.png = icons\icon-1536.png
icons\icon-192.png = icons\icon-192.png
icons\icon-24.png = icons\icon-24.png
icons\icon-384.png = icons\icon-384.png
icons\icon-48.png = icons\icon-48.png
icons\icon-768.png = icons\icon-768.png
icons\icon-96.png = icons\icon-96.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "options", "options", "{661713F2-7EA3-4BCE-A715-C5D1946455B8}"
ProjectSection(SolutionItems) = preProject
options\options.css = options\options.css
options\options.html = options\options.html
options\options.js = options\options.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sidebar", "sidebar", "{E3D4831D-0D4D-4DA5-A889-F025BA6EE8CD}"
ProjectSection(SolutionItems) = preProject
sidebar\sidebar.html = sidebar\sidebar.html
sidebar\sidebar.js = sidebar\sidebar.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{306B31B8-F8B6-40A0-834E-48ADDB9004B9} = {1EDDE9AD-DD48-4E8B-8A96-08C4012F90CA}
{3564AA77-438B-4730-B15D-6314545D0E64} = {306B31B8-F8B6-40A0-834E-48ADDB9004B9}
{DEA59900-0EC4-483D-8071-AB2EE54E4BB7} = {306B31B8-F8B6-40A0-834E-48ADDB9004B9}
{88823CD0-81BE-4B54-BD96-FA15941BCE71} = {1EDDE9AD-DD48-4E8B-8A96-08C4012F90CA}
{CFF5DEB2-5055-4401-B1C6-C0A709DD5E8D} = {1EDDE9AD-DD48-4E8B-8A96-08C4012F90CA}
{6E558DB1-C9B8-4487-B8EF-B962EAE681A1} = {1EDDE9AD-DD48-4E8B-8A96-08C4012F90CA}
{661713F2-7EA3-4BCE-A715-C5D1946455B8} = {1EDDE9AD-DD48-4E8B-8A96-08C4012F90CA}
{E3D4831D-0D4D-4DA5-A889-F025BA6EE8CD} = {1EDDE9AD-DD48-4E8B-8A96-08C4012F90CA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D1C22B7-06AE-4BDA-94B7-9195472DEA0A}
EndGlobalSection
Expand Down
68 changes: 45 additions & 23 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
{
"add": {
"message": "Add"
},

"additionalSearchEngines": {
"message": "Additional Search Engines"
},

"additionalSearchEngineCaution": {
"message": "A Search Engine must support https."
},

"ask": {
"message": "Ask"
},

"alwaysUseAdditionalSearchEngine": {
"message": "Always use an additional Search Engine"
},

"alwaysUseBing": {
"message": "Always use Bing"
},
Expand All @@ -27,6 +43,14 @@
"message": "Behavior of the icon"
},

"delete": {
"message": "Delete"
},

"doYouReallyWantToDelete": {
"message": "Do you really want to delete?"
},

"extensionDescription": {
"message": "Search text in the sidebar.",
"description": "Description of the extension."
Expand Down Expand Up @@ -62,7 +86,7 @@
},

"indexHTMLHeading3": {
"message": "3.Choose a search engine what you want to use",
"message": "3.Choose a Search Engine what you want to use",
"description": "The third heading of index.html."
},

Expand All @@ -76,11 +100,23 @@
"description": "The url of tutorial video."
},

"main": {
"message": "Main"
},

"nameOfSearchEngine": {
"message": "Name of Search Engines"
},

"optionsHTMLTitle": {
"message": "Options",
"description": "The title of options.html."
},

"queryOfSearchEngine": {
"message": "Query of Search Engine"
},

"reload": {
"message": "Reload"
},
Expand All @@ -89,44 +125,30 @@
"message": "Search Engines"
},

"searchInBing": {
"message": "Search in Bing"
},

"searchInDuckDuckgo": {
"message": "Search in DuckDuckgo"
},

"searchInGoogle": {
"message": "Search in Google"
},

"searchInYahoo!": {
"message": "Search in Yahoo!"
"searchEngineWhichHasBeenAdded": {
"message": "Search Engine which has been added"
},

"searchInYahooJapan": {
"message": "Search in Yahoo Japan"
"searchEngineWhichIsWantedToBeAdded": {
"message": "Search Engine which is wanted to be added"
},

"sidebarHTMLTitle": {
"message": "Tutorial",
"description": "The title of sidebar.html."
},

"tutorial": {
"message": "Open a tutorial",
"description": "Open a link of a tutorial"
"thisSearchEngineHasAlreadyBeenAdded": {
"message": "This Search Engine has already been added."
},

"tutorialTitle": {
"message": "Search in Sidebar - Tutorial",
"description": "The title of the tutorial."
},

"url_index.html": {
"message": "/index.html",
"description": "A tutorial of the extension."
"urlOfSearchEngine": {
"message": "Url of Search Engine"
},

"watchTheVideo": {
Expand Down
66 changes: 44 additions & 22 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
{
"add": {
"message": "追加"
},

"additionalSearchEngines": {
"message": "追加の検索エンジン"
},

"additionalSearchEngineCaution": {
"message": "検索エンジンは https をサポートしていなければなりません。"
},

"ask": {
"message": "尋ねる"
},

"alwaysUseAdditionalSearchEngine": {
"message": "常に追加の検索エンジンを使用する"
},

"alwaysUseBing": {
"message": "常にBingを使用する"
},
Expand All @@ -27,6 +43,14 @@
"message": "アイコンの動作"
},

"delete": {
"message": "削除"
},

"doYouReallyWantToDelete": {
"message": "本当に削除しますか?"
},

"extensionDescription": {
"message": "サイドバーの中で検索を行います。",
"description": "拡張機能説明。"
Expand Down Expand Up @@ -76,11 +100,23 @@
"description": "使い方の動画のURL。"
},

"main": {
"message": "主要"
},

"nameOfSearchEngine": {
"message": "検索エンジンの名前"
},

"optionsHTMLTitle": {
"message": "設定",
"description": "options.htmlの題名。"
},

"queryOfSearchEngine": {
"message": "検索エンジンのクエリ"
},

"reload": {
"message": "更新"
},
Expand All @@ -89,44 +125,30 @@
"message": "検索エンジン"
},

"searchInBing": {
"message": "Bingで検索"
},

"searchInDuckDuckgo": {
"message": "DuckDuckgoで検索"
},

"searchInGoogle": {
"message": "Googleで検索"
},

"searchInYahoo!": {
"message": "Yahoo!で検索"
"searchEngineWhichHasBeenAdded": {
"message": "追加した検索エンジン"
},

"searchInYahooJapan": {
"message": "Yahoo Japanで検索"
"searchEngineWhichIsWantedToBeAdded": {
"message": "追加したい検索エンジン"
},

"sidebarHTMLTitle": {
"message": "使い方",
"description": "sidebar.htmlの題名。"
},

"tutorial": {
"message": "使い方を開く",
"description": "拡張機能の使い方へのリンクを開く"
"thisSearchEngineHasAlreadyBeenAdded": {
"message": "この検索エンジンは既に追加されています。"
},

"tutorialTitle": {
"message": "サイドバーで検索 - 使い方",
"description": "使い方の題名。"
},

"url_index.html": {
"message": "/index_ja.html",
"description": "拡張機能の使い方。"
"urlOfSearchEngine": {
"message": "検索エンジンのURL"
},

"watchTheVideo": {
Expand Down
4 changes: 4 additions & 0 deletions _values/SearchEngines.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"additional": {
"name": "Additional"
},

"ask": {
"name": "Ask"
},
Expand Down
2 changes: 2 additions & 0 deletions _values/StorageKeys.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"additionalSearchEngine": "additionalSearchEngine",

"searchEngine": "SearchEngine",

"pageAction": "PageAction"
Expand Down
Loading

0 comments on commit 446d4e5

Please sign in to comment.