Anything

get reminded of anything on every new tab

Co je Anything?

Anything je rozšíření Chrome vyvinuté gabolobl, a jeho hlavní funkcí je „get reminded of anything on every new tab“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Anything 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í

                        Attaining a perfect balance between simplicity and customization,
Anything becomes anything you want it to be.

Choose any emoji and text you want and on every new tab, you'll see the reminder, the note-to-self, the inspiration, or the anything that you set.

What will you use it for?                    

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

Název Anything Anything
ID blgigoijbkappfcgilbmnkhhbdhpapnj
Oficiální URL https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj
Popis get reminded of anything on every new tab
Velikost souboru 286 KB
Počet instalací 59
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-02-04
Datum Vydání 2021-01-31
Vývojář gabolobl
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gabriellobl.com/
URL Stránky Zásad Ochrany Soukromí https://gabriellobl.github.io/visualize-life
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anything",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "get reminded of anything on every new tab",
    "icons": {
        "16": "anything-16.png",
        "48": "anything-48.png",
        "128": "anything-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "anything-16.png",
            "48": "anything-48.png",
            "128": "anything-128.png"
        },
        "default_title": "Anything"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}