Color Search
Adds a Google search card for when a color is searched.
Vad är Color Search?
Color Search är en Chrome-tillägg utvecklad av Ian Hoegen, och dess huvudfunktion är "Adds a Google search card for when a color is searched.".
Tilläggsskärmbilder
Ladda ner Color Search-förlängningens CRX-fil
Ladda ner Color Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension checks the Google search bar, and will add a color card to the top of the search result if the query is a color. This is great for if you need to find the associated color to a RGB color code, or a Hex code. Donations are accepted at https://www.paypal.me/ihoegen/5 Github: https://github.com/ihoegen/ColorSearch
Grundläggande Information om Tillägg
Namn | Color Search |
ID | eogeejfgkddjjibpecmcgdohpknkjabo |
Officiell webbadress | https://chromewebstore.google.com/detail/color-search/eogeejfgkddjjibpecmcgdohpknkjabo |
Beskrivning | Adds a Google search card for when a color is searched. |
Filstorlek | 192 KB |
Antal Installationer | 503 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2016-04-09 |
Publiceringsdatum | 2016-04-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Ian Hoegen |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ihoegen/ColorSearch |
Hjälpsida URL | https://github.com/ihoegen/ColorSearch/issues |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Search", "description": "Adds a Google search card for when a color is searched. ", "version": "1.0.2", "icons": { "128": "icon.png", "48": "icon.png", "256": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "main.min.js" ] } ] } |