Color Search
Adds a Google search card for when a color is searched.
Wat is Color Search?
Color Search is een Chrome-extensie ontwikkeld door Ian Hoegen, en de belangrijkste functie is "Adds a Google search card for when a color is searched.".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Search
Download Color Search-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | eogeejfgkddjjibpecmcgdohpknkjabo |
| Officiële URL | https://chromewebstore.google.com/detail/color-search/eogeejfgkddjjibpecmcgdohpknkjabo |
| Beschrijving | Adds a Google search card for when a color is searched. |
| Bestandsgrootte | 192 KB |
| Aantal Installaties | 503 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2016-04-09 |
| Publicatiedatum | 2016-04-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Ian Hoegen |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ihoegen/ColorSearch |
| Help Pagina-URL | https://github.com/ihoegen/ColorSearch/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |