The Creative Independent’s Extension

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

Wat is The Creative Independent’s Extension?

The Creative Independent’s Extension is een Chrome-extensie ontwikkeld door https://thecreativeindependent.com, en de belangrijkste functie is "Displays a quote from The Creative Independent on your new tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Creative Independent’s Extension

Download The Creative Independent’s Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Creative Independent’s Extension The Creative Independent’s Extension
ID hfpihhnbilfkcjakaeopanccjlcnnefp
Officiële URL https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp
Beschrijving Displays a quote from The Creative Independent on your new tab.
Bestandsgrootte 25.36 KB
Aantal Installaties 1,464
Huidige Versie 2.0.2
Laatst Bijgewerkt 2022-09-27
Publicatiedatum 2019-10-30
Beoordeling 4.92/5 Totaal 12 Beoordelingen
Ontwikkelaar https://thecreativeindependent.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://thecreativeindependent.com/extension/
Help Pagina-URL https://thecreativeindependent.com/extension/
URL van de Privacybeleid Pagina https://thecreativeindependent.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}