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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}