Tenses

Tenses is an extension that provides verb tenses while browsing the web.

Tensesとは何ですか?

Tensesはextensions.thundersoftによって開発されたChromeの拡張機能で、その主な機能は「Tenses is an extension that provides verb tenses while browsing the web.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Tenses is an extension that provides verb tenses while browsing the web. Is recommended to install Google Translate extension to have a better translation experience. All donations are welcome and appreciated. https://paypal.me/eddortega1?country.x=MX&locale.x=es_XC                    

拡張機能の基本情報

名前 Tenses Tenses
ID fgfpflagdmokamgiihgkapfeagfcoobi
公式URL https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi
説明 Tenses is an extension that provides verb tenses while browsing the web.
ファイルサイズ 163 KB
インストール数 62
現在のバージョン 0.0.2
最終更新日 2023-03-04
公開日 2022-08-08
評価 5.00/5 合計 1 レビュー
開発者 extensions.thundersoft
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tenses",
    "description": "Tenses is an extension that provides verb tenses while browsing the web.",
    "version": "0.0.2",
    "version_name": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/tenses.css"
            ],
            "js": [
                "js\/content.js",
                "js\/global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}