Anything

get reminded of anything on every new tab

Cos'è Anything?

Anything è un'estensione di Chrome sviluppata da gabolobl, e la sua funzione principale è "get reminded of anything on every new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Anything

Scarica i file di estensione Anything in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?                    

Informazioni di Base sull'Estensione

Nome Anything Anything
ID blgigoijbkappfcgilbmnkhhbdhpapnj
URL Ufficiale https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj
Descrizione get reminded of anything on every new tab
Dimensione del File 286 KB
Conteggio Installazioni 59
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-02-04
Data di Pubblicazione 2021-01-31
Sviluppatore gabolobl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gabriellobl.com/
URL della Pagina della Politica sulla Privacy https://gabriellobl.github.io/visualize-life
Lingue Supportate 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'"
}