Thyme

Chrome Extension for controlling Thyme

Thymeとは何ですか?

ThymeはGaya Kesslerによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for controlling Thyme」です。

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

screenshot

Thyme拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Thyme Thyme
ID folhcadkkopbibfggjpoekbiblicffic
公式URL https://chromewebstore.google.com/detail/thyme/folhcadkkopbibfggjpoekbiblicffic
説明 Chrome Extension for controlling Thyme
ファイルサイズ 1.25 MB
インストール数 28
現在のバージョン 1.1.0
最終更新日 2019-02-28
公開日 2019-02-28
評価 5.00/5 合計 1 レビュー
開発者 Gaya Kessler
支払い方法 free
拡張機能のウェブサイト https://usethyme.com
ヘルプページのURL https://usethyme.com/documentation
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thyme",
    "version": "1.1.0",
    "description": "Chrome Extension for controlling Thyme",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/usethyme.com\/thyme",
        "tabs"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/usethyme.com\/thyme\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "assets\/icon-16x16.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    }
}