Productive Twitter

Minimal and friendly theme for productive social sharing

Productive Twitter क्या है?

Productive Twitter sarah.drasner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimal and friendly theme for productive social sharing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Productive Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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