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
Eメール [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"
            ]
        }
    ]
}