Search It!
Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
什麼是Search It!?
Search It!是由https://upway2late.com開發的Chrome擴展程式,該擴展的主要功能是“Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.”。
擴展截圖
下載Search It!擴展crx文件
下載Search It!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is for easily initiating new Google searches.
The search term box supports Google auto suggest.
Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.
Type options are Web/Image/Video/Maps/News/Shopping.
Results can be sent to the current tab, a new tab, or a new window.
Searches are (optionally) stored for future re-use.
All stored search and domain information can be easily deleted. 擴展基本資訊
| 名稱 | |
| ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
| 官方網址 | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
| 簡介 | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
| 檔案大小 | 42.08 KB |
| 安裝次數 | 226 |
| 目前版本 | 1.0.0.0 |
| 更新時間 | 2016-09-22 |
| 上架時間 | 2016-09-22 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | https://upway2late.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.upway2late.com/projects/chrome-google-search-extension |
| 說明頁面URL | http://www.upway2late.com/projects/chrome-google-search-extension |
| 隱私政策頁面URL | http://www.upway2late.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Search It!",
"version": "1.0.0.0",
"description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
"icons": {
"16": "world_16.png",
"48": "world_48.png",
"128": "world_128.png"
},
"browser_action": {
"default_icon": "world_19.png",
"default_title": "Search It!",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"http:\/\/google.com\/"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"manifest_version": 2
} | |