Tenses

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

Tenses là gì?

Tenses là một tiện ích mở rộng Chrome được phát triển bởi extensions.thundersoft, và tính năng chính của nó là "Tenses is an extension that provides verb tenses while browsing the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tenses

Tải xuống các tệp mở rộng Tenses dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tenses Tenses
ID fgfpflagdmokamgiihgkapfeagfcoobi
URL Chính Thức https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi
Mô tả Tenses is an extension that provides verb tenses while browsing the web.
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-03-04
Ngày Phát Hành 2022-08-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển extensions.thundersoft
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}