timee

Convert date and time to your time zone with timee.io

timeeとは何ですか?

timeeはhttps://timee.ioによって開発されたChromeの拡張機能で、その主な機能は「Convert date and time to your time zone with timee.io」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension is a simple shortcut for time zone conversion of free language text on timee.io.
All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.                    

拡張機能の基本情報

名前 timee timee
ID fcedikhdncpihpklagplnhhapeohoghl
公式URL https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl
説明 Convert date and time to your time zone with timee.io
ファイルサイズ 10.32 KB
インストール数 637
現在のバージョン 1.1
最終更新日 2021-04-22
公開日 2020-05-04
評価 5.00/5 合計 4 レビュー
開発者 https://timee.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://timee.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "timee",
    "description": "Convert date and time to your time zone with timee.io",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}