The Creative Independent’s Extension

Displays a quote from The Creative Independent on your new tab.

Cos'è The Creative Independent’s Extension?

The Creative Independent’s Extension è un'estensione di Chrome sviluppata da https://thecreativeindependent.com, e la sua funzione principale è "Displays a quote from The Creative Independent on your new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Creative Independent’s Extension

Scarica i file di estensione The Creative Independent’s Extension 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

                        Any time you open a new tab, you’ll see a quote from an interview on The Creative Independent. It’s a good way to remember TCI exists as you go about your browsing rituals. 

This new tab Chrome extension can be run completely offline. When you go back online, it will pull new quotes from TCI. Our Chrome extension will never track your browsing history or collect any data about you. It’s also completely open source.                    

Informazioni di Base sull'Estensione

Nome The Creative Independent’s Extension The Creative Independent’s Extension
ID hfpihhnbilfkcjakaeopanccjlcnnefp
URL Ufficiale https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp
Descrizione Displays a quote from The Creative Independent on your new tab.
Dimensione del File 25.36 KB
Conteggio Installazioni 1,464
Versione Corrente 2.0.2
Ultimo Aggiornamento 2022-09-27
Data di Pubblicazione 2019-10-30
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore https://thecreativeindependent.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thecreativeindependent.com/extension/
URL della Pagina di Aiuto https://thecreativeindependent.com/extension/
URL della Pagina della Politica sulla Privacy https://thecreativeindependent.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Creative Independent\u2019s Extension",
    "version": "2.0.2",
    "description": "Displays a quote from The Creative Independent on your new tab.",
    "icons": {
        "16": ".\/icons\/tci-chrome-16.png",
        "48": ".\/icons\/tci-chrome-48.png",
        "128": ".\/icons\/tci-chrome-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thecreativeindependent.com\/api\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}