Twitter Star

Return of the Twitter Tweet Star

Twitter Starคืออะไร?

Twitter Star เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://racecore.de และคุณลักษณะหลักของมันคือ "Return of the Twitter Tweet Star"

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

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

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

                        Display the Twitter Star Icon for Tweets instead of the new Heart Icon                    

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

ชื่อ Twitter Star Twitter Star
ID ejlhemceoomndpmpphfflhllfeedppdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-star/ejlhemceoomndpmpphfflhllfeedppdh
คำอธิบาย Return of the Twitter Tweet Star
ขนาดไฟล์ 10.67 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2015-11-06
วันที่เผยแพร่ 2015-11-06
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://racecore.de
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ins0/chrome-twitter-star
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Star",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Return of the Twitter Tweet Star",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-twitter-star",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/twitter-star.css"
            ]
        }
    ]
}