不要再按錯搜尋圖片!
Google 搜尋選項中的「圖片」、「影片」、「地圖」實在長得太像了,很容易按錯,為什麼不加個圖示更清楚呢?
What is 不要再按錯搜尋圖片!?
不要再按錯搜尋圖片! is a Chrome extension developed by tanyuan, and its main feature is "Google 搜尋選項中的「圖片」、「影片」、「地圖」實在長得太像了,很容易按錯,為什麼不加個圖示更清楚呢?".
Extension Screenshots
Download 不要再按錯搜尋圖片! Extension CRX File
Download 不要再按錯搜尋圖片! 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 搜尋(只會在 www.google.com.tw 網域新增圖示)。 本套件是開放原始碼的自由軟體。本套件不會連網蒐集任何資料。 Icons: Google Material Icons Source Code: https://github.com/tanyuan/iconify-gsearch-extension
Extension Basic Information
Name | 不要再按錯搜尋圖片! |
ID | ookjbnaeaelckplpaileancnodhjljej |
Official URL | https://chromewebstore.google.com/detail/%E4%B8%8D%E8%A6%81%E5%86%8D%E6%8C%89%E9%8C%AF%E6%90%9C%E5%B0%8B%E5%9C%96%E7%89%87%EF%BC%81/ookjbnaeaelckplpaileancnodhjljej |
Description | Google 搜尋選項中的「圖片」、「影片」、「地圖」實在長得太像了,很容易按錯,為什麼不加個圖示更清楚呢? |
File Size | 8.01 KB |
Installation Count | 283 |
Current Version | 0.1 |
Last Updated | 2016-04-10 |
Publish Date | 2016-04-09 |
Rating | 4.93/5 Total 15 Ratings |
Developer | tanyuan |
Payment Type | free |
Extension Website | https://github.com/tanyuan/iconify-gsearch-extension |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u4e0d\u8981\u518d\u6309\u932f\u641c\u5c0b\u5716\u7247\uff01", "description": "Google \u641c\u5c0b\u9078\u9805\u4e2d\u7684\u300c\u5716\u7247\u300d\u3001\u300c\u5f71\u7247\u300d\u3001\u300c\u5730\u5716\u300d\u5be6\u5728\u9577\u5f97\u592a\u50cf\u4e86\uff0c\u5f88\u5bb9\u6613\u6309\u932f\uff0c\u70ba\u4ec0\u9ebc\u4e0d\u52a0\u500b\u5716\u793a\u66f4\u6e05\u695a\u5462\uff1f", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/www.google.com.tw\/*", "https:\/\/www.google.com.tw\/*" ], "css": [ "background.css" ], "js": [ "background.js" ] } ], "web_accessible_resources": [ "images\/*.svg" ] } |