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
官方網址 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"
            ]
        }
    ]
}