The Creative Independent’s Extension

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

¿Qué es The Creative Independent’s Extension?

The Creative Independent’s Extension es una extensión de Chrome desarrollada por https://thecreativeindependent.com, y su función principal es "Displays a quote from The Creative Independent on your new tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Creative Independent’s Extension

Descarga archivos de extensión The Creative Independent’s Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre The Creative Independent’s Extension The Creative Independent’s Extension
ID hfpihhnbilfkcjakaeopanccjlcnnefp
URL Oficial https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp
Descripción Displays a quote from The Creative Independent on your new tab.
Tamaño del Archivo 25.36 KB
Cantidad de Instalaciones 1,464
Versión Actual 2.0.2
Última Actualización 2022-09-27
Fecha de Publicación 2019-10-30
Calificación 4.92/5 Total de 12 Calificaciones
Desarrollador https://thecreativeindependent.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://thecreativeindependent.com/extension/
URL de la Página de Ayuda https://thecreativeindependent.com/extension/
URL de la Página de Política de Privacidad https://thecreativeindependent.com/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}