Tenses

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

Tensesคืออะไร?

Tenses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extensions.thundersoft และคุณลักษณะหลักของมันคือ "Tenses is an extension that provides verb tenses while browsing the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tenses

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}