Thyme

Chrome Extension for controlling Thyme

Vad är Thyme?

Thyme är en Chrome-tillägg utvecklad av Gaya Kessler, och dess huvudfunktion är "Chrome Extension for controlling Thyme".

Tilläggsskärmbilder

screenshot

Ladda ner Thyme-förlängningens CRX-fil

Ladda ner Thyme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Thyme Thyme
ID folhcadkkopbibfggjpoekbiblicffic
Officiell webbadress https://chromewebstore.google.com/detail/thyme/folhcadkkopbibfggjpoekbiblicffic
Beskrivning Chrome Extension for controlling Thyme
Filstorlek 1.25 MB
Antal Installationer 28
Aktuell Version 1.1.0
Senast Uppdaterad 2019-02-28
Publiceringsdatum 2019-02-28
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Gaya Kessler
Betalningssätt free
Tilläggswebbplats https://usethyme.com
Hjälpsida URL https://usethyme.com/documentation
Stödda Språk 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"
    }
}