Christina's Chrome extension

Never stop exploring!

Christina's Chrome extensionとは何ですか?

Christina's Chrome extensionはchristinavhastenrathによって開発されたChromeの拡張機能で、その主な機能は「Never stop exploring!」です。

拡張機能のスクリーンショット

screenshot

Christina's Chrome extension拡張機能のCRXファイルをダウンロード

Christina's Chrome extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Got too much too do and too many tabs open? Get a nice, warm personalised welcome when opening a new tab. When you click on the Lotus flower you will get a mindfullness snack. Take a step back, just for a second and you will be more focused and motivated.

Icons made by www.freepik.com from www.flaticon.com and is licensed by creativecommons.org/licenses/by/3.0/                    

拡張機能の基本情報

名前 Christina's Chrome extension Christina's Chrome extension
ID kmmafchjenalicnigbddpgjdigkmoomj
公式URL https://chromewebstore.google.com/detail/christinas-chrome-extensi/kmmafchjenalicnigbddpgjdigkmoomj
説明 Never stop exploring!
ファイルサイズ 1.01 MB
インストール数 412
現在のバージョン 1.0
最終更新日 2019-06-14
公開日 2019-06-14
評価 4.50/5 合計 8 レビュー
開発者 christinavhastenrath
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christina's Chrome extension",
    "version": "1.0",
    "description": "Never stop exploring!",
    "chrome_url_overrides": {
        "newtab": "inspiration.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "lotus128.png"
    },
    "manifest_version": 2,
    "incognito": "split"
}