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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
} | |