Alltabs

Amazing visual artists every time you open a new tab.

Co je Alltabs?

Alltabs je rozšíření Chrome vyvinuté https://newnow.cool, a jeho hlavní funkcí je „Amazing visual artists every time you open a new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Alltabs

Stáhněte si soubory rozšíření Alltabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Alltabs Alltabs
ID ngjbedmelbifgachalpagdgiccokplkd
Oficiální URL https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd
Popis Amazing visual artists every time you open a new tab.
Velikost souboru 7.18 KB
Počet instalací 30
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-05-09
Datum Vydání 2021-04-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://newnow.cool
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.alltabs.co/
URL Stránky Zásad Ochrany Soukromí https://newnow.cool/privacy.html
Podporované Jazyky 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"
    ]
}