DevelopersIO_Search
DevelopersIOのサイト内検索を行うための検索ボックスです。Googleサイト内検索結果を別タブで表示します。
What is DevelopersIO_Search?
DevelopersIO_Search is a Chrome extension developed by dohi.junko, and its main feature is "DevelopersIOのサイト内検索を行うための検索ボックスです。Googleサイト内検索結果を別タブで表示します。".
Extension Screenshots
Download DevelopersIO_Search Extension CRX File
Download DevelopersIO_Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
クラスメソッドの技術ブログ「DevelopersIO」のサイト内検索ができる拡張機能です。
どのWebサイトからでも、気になったキーワードがDevelopersIOでどんなふうに取り上げられているか、すぐに検索することができます。
※個人で制作しているものであり、クラスメソッド株式会社として動作の保証をするものではありませんので、ご了承ください。 Extension Basic Information
| Name | |
| ID | ladeadjmpiihecfonacnkbaaalhdblpi |
| Official URL | https://chromewebstore.google.com/detail/developersiosearch/ladeadjmpiihecfonacnkbaaalhdblpi |
| Description | DevelopersIOのサイト内検索を行うための検索ボックスです。Googleサイト内検索結果を別タブで表示します。 |
| File Size | 53.64 KB |
| Installation Count | 179 |
| Current Version | 1.0 |
| Last Updated | 2021-03-10 |
| Publish Date | 2021-03-06 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | dohi.junko |
| [email protected] | |
| Payment Type | free |
| Supported Languages | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevelopersIO_Search",
"version": "1.0",
"manifest_version": 2,
"description": "DevelopersIO\u306e\u30b5\u30a4\u30c8\u5185\u691c\u7d22\u3092\u884c\u3046\u305f\u3081\u306e\u691c\u7d22\u30dc\u30c3\u30af\u30b9\u3067\u3059\u3002Google\u30b5\u30a4\u30c8\u5185\u691c\u7d22\u7d50\u679c\u3092\u5225\u30bf\u30d6\u3067\u8868\u793a\u3057\u307e\u3059\u3002",
"icons": {
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": {
"16": "developersio.png"
},
"default_popup": "popup.html"
}
} | |