Shibes.Org DogeCoin Tracker

This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.

Shibes.Org DogeCoin Trackerとは何ですか?

Shibes.Org DogeCoin TrackerはJames Shelleyによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.」です。

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

screenshot

Shibes.Org DogeCoin Tracker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will override your new tab page with current dogecoin price information.                    

拡張機能の基本情報

名前 Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
公式URL https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
説明 This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
ファイルサイズ 69.3 KB
インストール数 48
現在のバージョン 1.14
最終更新日 2018-01-01
公開日 2018-01-01
評価 5.00/5 合計 1 レビュー
開発者 James Shelley
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://shibes.org
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shibes.Org DogeCoin Tracker",
    "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.",
    "version": "1.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/shibes.org",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}