Tab of Art
Feast Your Eyes Before You Browse
Cos'è Tab of Art?
Tab of Art è un'estensione di Chrome sviluppata da http://krekib.com, e la sua funzione principale è "Feast Your Eyes Before You Browse".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab of Art
Scarica i file di estensione Tab of Art in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
’Tab of Art’ generates a unique artwork every time you open a new tab.
Informazioni di Base sull'Estensione
Nome | |
ID | ibdfapdpbgfbcapldbfojfoofcfiephj |
URL Ufficiale | https://chrome.google.com/webstore/detail/tab-of-art/ibdfapdpbgfbcapldbfojfoofcfiephj |
Descrizione | Feast Your Eyes Before You Browse |
Dimensione del File | 1.13 MB |
Conteggio Installazioni | 123 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2020-05-17 |
Data di Pubblicazione | 2020-05-17 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | http://krekib.com |
Sito Web dell'Estensione | https://krekib.com/wall |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab of Art", "description": "Feast Your Eyes Before You Browse", "version": "1.4.0", "manifest_version": 2, "permissions": [ "storage", "https:\/\/*.krekib.com\/" ], "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "popup\/popup.html" }, "chrome_url_overrides": { "newtab": "index\/index.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |