Alltabs
Amazing visual artists every time you open a new tab.
Wat is Alltabs?
Alltabs is een Chrome-extensie ontwikkeld door https://newnow.cool, en de belangrijkste functie is "Amazing visual artists every time you open a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alltabs
Download Alltabs-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
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
Basisinformatie over de Extensie
Naam | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
Officiële URL | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
Beschrijving | Amazing visual artists every time you open a new tab. |
Bestandsgrootte | 7.18 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-09 |
Publicatiedatum | 2021-04-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://newnow.cool |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.alltabs.co/ |
URL van de Privacybeleid Pagina | https://newnow.cool/privacy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |