Search Center
Adds many searching options from right-click menu
什麼是Search Center?
Search Center是由quinnrs98開發的Chrome擴展程式,該擴展的主要功能是“Adds many searching options from right-click menu”。
擴展截圖
下載Search Center擴展crx文件
下載Search Center擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds many easy search options to your right-click menu. Once you select text, you can right click it to search Amazon, YouTube, and more with those search terms. 擴展基本資訊
| 名稱 | |
| ID | bknpanfpaelmdpljjmjeajlhaojmjdjl |
| 官方網址 | https://chromewebstore.google.com/detail/search-center/bknpanfpaelmdpljjmjeajlhaojmjdjl |
| 簡介 | Adds many searching options from right-click menu |
| 檔案大小 | 12.44 KB |
| 安裝次數 | 50 |
| 目前版本 | 1.0 |
| 更新時間 | 2020-03-23 |
| 上架時間 | 2020-03-23 |
| 開發者 | quinnrs98 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Search Center",
"version": "1.0",
"description": "Adds many searching options from right-click menu",
"icons": {
"128": "icon128.png",
"64": "icon64.png",
"16": "icon16.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"contextMenus"
]
} | |