Frogstension

Is the word frog somewhere on this page?

ما هو Frogstension؟

Frogstension هو إضافة Chrome تم تطويرها بواسطة imnotub، والميزة الرئيسية لها هي "Is the word frog somewhere on this page?".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Frogstension

قم بتنزيل ملفات الامتداد Frogstension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension tells you how many times the word frog appears on the page you're currently on.                    

معلومات أساسية عن التمديد

الاسم Frogstension Frogstension
ID jmkfbghghbfilijgakphfjmlamedbhhl
عنوان URL الرسمي https://chromewebstore.google.com/detail/frogstension/jmkfbghghbfilijgakphfjmlamedbhhl
الوصف Is the word frog somewhere on this page?
حجم الملف 564 KB
عدد التثبيتات 169
النسخة الحالية 1.1
آخر تحديث 2020-08-01
تاريخ النشر 2020-07-30
تقييم 5.00/5 مجموع تقييمات 2
المطور imnotub
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Frogstension",
    "description": "Is the word frog somewhere on this page?",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Frog?"
    },
    "permissions": [
        "activeTab"
    ]
}