Productive Twitter

Minimal and friendly theme for productive social sharing

Productive Twitterคืออะไร?

Productive Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sarah.drasner และคุณลักษณะหลักของมันคือ "Minimal and friendly theme for productive social sharing"

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

screenshot

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

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

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

                        This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.                    

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

ชื่อ Productive Twitter Productive Twitter
ID elgfikcdihncknnnedljbbignlmnppii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii
คำอธิบาย Minimal and friendly theme for productive social sharing
ขนาดไฟล์ 25.78 KB
จำนวนการติดตั้ง 643
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-10-18
วันที่เผยแพร่ 2019-07-20
คะแนน 4.95/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา sarah.drasner
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sdras/productive-twitter
URL หน้าช่วยเหลือ https://github.com/sdras/productive-twitter/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productive Twitter",
    "version": "1.1.0",
    "description": "Minimal and friendly theme for productive social sharing",
    "short_name": "Productive Twitter",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    }
}