Alltabs
Amazing visual artists every time you open a new tab.
Hvad er Alltabs?
Alltabs er en Chrome-udvidelse udviklet af https://newnow.cool, og dens hovedfunktion er "Amazing visual artists every time you open a new tab.".
Udvidelsesskærmbilleder
Download Alltabs-udvidelses-CRX-fil
Download Alltabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
Officiel URL | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
Beskrivelse | Amazing visual artists every time you open a new tab. |
Filstørrelse | 7.18 KB |
Antal Installationer | 30 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-05-09 |
Udgivelsesdato | 2021-04-30 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://newnow.cool |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.alltabs.co/ |
URL til Fortrolighedspolitik Side | https://newnow.cool/privacy.html |
Understøttede Sprog | 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" ] } |