BetterGoogleToolbar
更加優化的Google工具列。
What is BetterGoogleToolbar?
BetterGoogleToolbar is a Chrome extension developed by tzengshinfu, and its main feature is "更加優化的Google工具列。".
Extension Screenshots
Download BetterGoogleToolbar Extension CRX File
Download BetterGoogleToolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
更加優化的Google工具列,增加了更多常用的Google服務。 其實關鍵字搜尋還可以‧‧‧ ‧ 連結"搜尋趨勢"了解全球關注的方向。 ‧ 連結"Play"找到Android App、電影、書籍。 ‧ 連結"翻譯"轉換成不同語言的關鍵字。 ‧ 連結"影片"到Youtube平台進行更多元的影片搜尋。 新功能: v1.1 ‧ 新增"Google Search"按鈕以搜尋翻譯結果。 v1.2 ‧ 新增凍結"搜尋框"功能。 ‧ 移動"搜尋趨勢"按鈕到Google搜尋首頁。 v1.3 ‧ 新增凍結"搜尋類型"功能。
Extension Basic Information
Name | |
ID | gbcnbmofblodlifmballdmmjglfmleih |
Official URL | https://chrome.google.com/webstore/detail/bettergoogletoolbar/gbcnbmofblodlifmballdmmjglfmleih |
Description | 更加優化的Google工具列。 |
File Size | 16 KB |
Installation Count | 593 |
Current Version | 1.3.1 |
Last Updated | 2017-04-24 |
Publish Date | 2017-04-24 |
Rating | 4.67/5 Total 3 Ratings |
Developer | tzengshinfu |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "zh_TW", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "include_globs": [ "http:\/\/*.google.*\/*", "https:\/\/*.google.*\/*", "http:\/\/*.google.*.*\/*", "https:\/\/*.google.*.*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_start" } ] } |