Forms Count

Count of the number of forms on the current page

Forms Countคืออะไร?

Forms Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeremyfine365 และคุณลักษณะหลักของมันคือ "Count of the number of forms on the current page"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Forms Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Forms Count Forms Count
ID cckahkoimnbpflhhobnanhfdihegpedf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf
คำอธิบาย Count of the number of forms on the current page
ขนาดไฟล์ 47.24 KB
จำนวนการติดตั้ง 29,184
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-04-01
วันที่เผยแพร่ 2014-04-01
คะแนน 2.53/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา jeremyfine365
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Forms Count",
    "description": "Count of the number of forms on the current page",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Forms Count"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}