Context Menu Search
Search for selected text using the context menu
Context Menu Searchとは何ですか?
Context Menu SearchはRoman Grinyovによって開発されたChromeの拡張機能で、その主な機能は「Search for selected text using the context menu」です。
拡張機能のスクリーンショット
Context Menu Search拡張機能のCRXファイルをダウンロード
Context Menu Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use the right-click menu to search for selected text in different search engines NOTE: - "downloads" permissions are required for export / import search engines - to prevent the loss of added search engines, export them - if you have any questions, please contact me by email Source code: https://github.com/w3lifer/crx-context-menu-search
拡張機能の基本情報
名前 | Context Menu Search |
ID | idpcgabojogahgmhdgnjkmdliaeeofka |
公式URL | https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka |
説明 | Search for selected text using the context menu |
ファイルサイズ | 166 KB |
インストール数 | 3,025 |
現在のバージョン | 1.6.11 |
最終更新日 | 2023-11-20 |
公開日 | 2018-08-29 |
評価 | 4.25/5 合計 12 レビュー |
開発者 | Roman Grinyov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Menu Search", "description": "Search for selected text using the context menu", "version": "1.6.11", "icons": { "16": "img\/icons\/search-zoom\/16x16.png", "48": "img\/icons\/search-zoom\/48x48.png", "128": "img\/icons\/search-zoom\/128x128.png" }, "permissions": [ "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/event-page.js" ] }, "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |