The Creative Independent’s Extension

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

什么是The Creative Independent’s Extension?

The Creative Independent’s Extension是由https://thecreativeindependent.com开发的Chrome扩展程序,该扩展的主要功能是“Displays a quote from The Creative Independent on your new tab.”。

扩展截图

screenshot

下载The Creative Independent’s Extension扩展crx文件

下载The Creative Independent’s Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 The Creative Independent’s Extension The Creative Independent’s Extension
ID hfpihhnbilfkcjakaeopanccjlcnnefp
官方URL https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp
简介 Displays a quote from The Creative Independent on your new tab.
文件大小 25.36 KB
安装次数 1,464
当前版本 2.0.2
更新时间 2022-09-27
上架时间 2019-10-30
评分 4.92/5 共12次评分
开发者 https://thecreativeindependent.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://thecreativeindependent.com/extension/
帮助页面URL https://thecreativeindependent.com/extension/
隐私政策页面URL https://thecreativeindependent.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}