Site Search Tool
A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
什麼是Site Search Tool?
Site Search Tool是由http://matthewshields.co.uk開發的Chrome擴展程式,該擴展的主要功能是“A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…”。
下載Site Search Tool擴展crx文件
下載Site Search Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link styling.
擴展基本資訊
名稱 | ![]() |
ID | khnbepdfpjiemfhfnjdmkgfbonodphjb |
官方網址 | https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb |
簡介 | A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link… |
檔案大小 | 53.22 KB |
安裝次數 | 769 |
目前版本 | 1.3 |
更新時間 | 2015-12-16 |
上架時間 | 2015-12-16 |
評分 | 3.00/5 共 1 次評分 |
開發者 | http://matthewshields.co.uk |
付費類型 | free |
擴展官網 | http://matthewshields.co.uk |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Search Tool", "options_page": "options.html", "short_name": "Site Search Tool", "manifest_version": 2, "version": "1.3", "background": { "scripts": [ "jquery.js", "content_scripts.js" ] }, "content_scripts": [ { "js": [ "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "background", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "logo.png" ] } |