Highlight google search result text
Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
什麼是Highlight google search result text?
Highlight google search result text是由Zudwa開發的Chrome擴展程式,該擴展的主要功能是“Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted”。
擴展截圖
下載Highlight google search result text擴展crx文件
下載Highlight google search result text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Highlight google search result text |
ID | kafonnappobpdlafifbfbenjabakmihe |
官方網址 | https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe |
簡介 | Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted |
檔案大小 | 12.97 KB |
安裝次數 | 75 |
目前版本 | 0.1.3 |
更新時間 | 2014-04-03 |
上架時間 | 2014-04-02 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Zudwa |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight google search result text", "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted", "version": "0.1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "google-search.js", "search-result.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |