Search it
Searchs selected text
Search itとは何ですか?
Search itはEretin Olegによって開発されたChromeの拡張機能で、その主な機能は「Searchs selected text」です。
拡張機能のスクリーンショット
Search it拡張機能のCRXファイルをダウンロード
Search it拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows to search selected on web page text. Key features: - search engine switcher - support shortcut Ctrl+Q - localized for 2 locales: EN and RU
拡張機能の基本情報
名前 | |
ID | dljiekeckiiiccopfmkfhdegdenbabln |
公式URL | https://chrome.google.com/webstore/detail/search-it/dljiekeckiiiccopfmkfhdegdenbabln |
説明 | Searchs selected text |
ファイルサイズ | 16.92 KB |
インストール数 | 15 |
現在のバージョン | 0.1 |
最終更新日 | 2016-02-13 |
公開日 | 2016-02-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Eretin Oleg |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.1", "default_locale": "en", "permissions": [ "contextMenus", "tabs", "activeTab", "storage" ], "background": { "scripts": [ "logic.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "searchIt": { "suggested_key": { "default": "Ctrl+Q" }, "description": "Search it shortcut" } }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |