Simple Context Search
Right click on the selected text and select the search website from the context menu.
什麼是Simple Context Search?
Simple Context Search是由Magic Dev開發的Chrome擴展程式,該擴展的主要功能是“Right click on the selected text and select the search website from the context menu.”。
擴展截圖
下載Simple Context Search擴展crx文件
下載Simple Context Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
💎 Simple Context Search - This is a good assistant in the search on various services such as: ◾ YouTube ◾ Spotify ◾ Reddit ◾ Amazon ◾ SoundCloud ◾ Steam Market ◾ Aliexpress --------------------------------------------------------------- Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉
擴展基本資訊
名稱 | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
官方網址 | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
簡介 | Right click on the selected text and select the search website from the context menu. |
檔案大小 | 10.85 KB |
安裝次數 | 18 |
目前版本 | 0.0.1 |
更新時間 | 2021-08-31 |
上架時間 | 2021-08-31 |
開發者 | Magic Dev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Context Search", "description": "Right click on the selected text and select the search website from the context menu.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |