More Colors
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Vad är More Colors?
More Colors är en Chrome-tillägg utvecklad av Daniel W, och dess huvudfunktion är "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".
Tilläggsskärmbilder
Ladda ner More Colors-förlängningens CRX-fil
Ladda ner More Colors-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
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Grundläggande Information om Tillägg
Namn | |
ID | annnclmombcdbkkadbffibajhjpopgdo |
Officiell webbadress | https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo |
Beskrivning | One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling. |
Filstorlek | 5.15 KB |
Antal Installationer | 53 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-09-25 |
Publiceringsdatum | 2014-09-25 |
Betyg | 4.00/5 Totalt 6 Betyg |
Utvecklare | Daniel W |
Betalningssätt | free |
Tilläggswebbplats | http://www.danielw.org |
Hjälpsida URL | http://www.danielw.org |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "More Colors", "version": "1.0.2", "permissions": [ "activeTab", "tabs", "background" ], "icons": { "16": "color.png" }, "browser_action": { "default_title": "Makes your internet experience a little more colorful", "default_icon": "color.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hover.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |