TotalSearch
Search Wikipedia and Google Images with just a click.
什麼是TotalSearch?
TotalSearch是由jkirrane開發的Chrome擴展程式,該擴展的主要功能是“Search Wikipedia and Google Images with just a click.”。
擴展截圖
下載TotalSearch擴展crx文件
下載TotalSearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search Wikipedia and Google Images with a single click. Simply highlight text on a page and click the magnifying glass icon. Et voila! V. 1.2 (April 30, 2015) : -- Add support for searching Google Maps via address V. 1.1 (Jan 9, 2015) : -- Increase number of image results from 4 to 8. -- Some styling cleanup
擴展基本資訊
名稱 | |
ID | jelcolfpjeaehlmnhjipojaiglbjmokj |
官方網址 | https://chrome.google.com/webstore/detail/totalsearch/jelcolfpjeaehlmnhjipojaiglbjmokj |
簡介 | Search Wikipedia and Google Images with just a click. |
檔案大小 | 71.12 KB |
安裝次數 | 22 |
目前版本 | 1.0.2 |
更新時間 | 2015-04-30 |
上架時間 | 2015-04-30 |
評分 | 4.00/5 共 2 次評分 |
開發者 | jkirrane |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TotalSearch", "description": "Search Wikipedia and Google Images with just a click.", "version": "1.0.2", "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "find16.png", "default_popup": "f.html" }, "icons": { "16": "find16.png", "19": "find19.png", "38": "find38.png", "48": "find48.png", "128": "find128.png" }, "sandbox": { "pages": [ "sandbox.html" ] } } |