不要再按錯搜尋圖片!
Google 搜尋選項中的「圖片」、「影片」、「地圖」實在長得太像了,很容易按錯,為什麼不加個圖示更清楚呢?
Wat is 不要再按錯搜尋圖片!?
不要再按錯搜尋圖片! is een Chrome-extensie ontwikkeld door tanyuan, en de belangrijkste functie is "Google 搜尋選項中的「圖片」、「影片」、「地圖」實在長得太像了,很容易按錯,為什麼不加個圖示更清楚呢?".
Extensie Screenshots
Download het CRX-bestand van de extensie 不要再按錯搜尋圖片!
Download 不要再按錯搜尋圖片!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
僅支援台灣 Google 搜尋(只會在 www.google.com.tw 網域新增圖示)。 本套件是開放原始碼的自由軟體。本套件不會連網蒐集任何資料。 Icons: Google Material Icons Source Code: https://github.com/tanyuan/iconify-gsearch-extension
Basisinformatie over de Extensie
Naam | 不要再按錯搜尋圖片! |
ID | ookjbnaeaelckplpaileancnodhjljej |
Officiële 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 |
Beschrijving | Google 搜尋選項中的「圖片」、「影片」、「地圖」實在長得太像了,很容易按錯,為什麼不加個圖示更清楚呢? |
Bestandsgrootte | 8.01 KB |
Aantal Installaties | 283 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-04-10 |
Publicatiedatum | 2016-04-09 |
Beoordeling | 4.93/5 Totaal 15 Beoordelingen |
Ontwikkelaar | tanyuan |
Betalingswijze | free |
Extensiewebsite | https://github.com/tanyuan/iconify-gsearch-extension |
Ondersteunde Talen | 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" ] } |