Twitter Card Validator

Card validatorでカードが現れるまでボタンを押し続ける

Twitter Card Validatorคืออะไร?

Twitter Card Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loach และคุณลักษณะหลักของมันคือ "Card validatorでカードが現れるまでボタンを押し続ける"

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

screenshot

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

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

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

                        Press and hold the button until the card appears in the Card validator.
Press ESC to pause.                    

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

ชื่อ Twitter Card Validator Twitter Card Validator
ID mdogmobajgdbfcbccdbjdofoheinhmic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-card-validator/mdogmobajgdbfcbccdbjdofoheinhmic
คำอธิบาย Card validatorでカードが現れるまでボタンを押し続ける
ขนาดไฟล์ 22.36 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2020-07-03
วันที่เผยแพร่ 2020-07-03
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา loach
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Card Validator",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Card validator\u3067\u30ab\u30fc\u30c9\u304c\u73fe\u308c\u308b\u307e\u3067\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u7d9a\u3051\u308b",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cards-dev.twitter.com\/validator"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}