Alltabs
Amazing visual artists every time you open a new tab.
Vad är Alltabs?
Alltabs är en Chrome-tillägg utvecklad av https://newnow.cool, och dess huvudfunktion är "Amazing visual artists every time you open a new tab.".
Tilläggsskärmbilder
Ladda ner Alltabs-förlängningens CRX-fil
Ladda ner Alltabs-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
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äggande Information om Tillägg
Namn | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
Officiell webbadress | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
Beskrivning | Amazing visual artists every time you open a new tab. |
Filstorlek | 7.18 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-05-09 |
Publiceringsdatum | 2021-04-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://newnow.cool |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.alltabs.co/ |
URL till Sekretesspolicy Sidan | https://newnow.cool/privacy.html |
Stödda Språk | 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" ] } |