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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}