Twitter Dusk

A twitter theme inspired by the twitter app night mode.

Twitter Dusk क्या है?

Twitter Dusk https://ggarnhart.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A twitter theme inspired by the twitter app night mode."।

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

screenshot

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

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

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

                        Twitter Dusk provides users with a color scheme similar to that of the Twitter app's night mode.

Twitter Dusk will continue to be updated for fuller site wide support. In the coming weeks its contents will be uploaded to GitHub.                    

एक्सटेंशन की मूल जानकारी

नाम Twitter Dusk Twitter Dusk
ID popkolfnihkkdcmemlhcijdfkmodjejk
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk
विवरण A twitter theme inspired by the twitter app night mode.
फ़ाइल का आकार 59.49 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-12-19
प्रकाशन तिथि 2016-12-19
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर https://ggarnhart.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Dusk",
    "version": "1.0.1",
    "description": "A twitter theme inspired by the twitter app night mode.",
    "permissions": [
        "https:\/\/twitter.com\/",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "Scripts\/execute.js"
        ]
    },
    "browser_action": {
        "default_popup": "nightExtension.html",
        "default_icon": "Images\/darkTwitter.png",
        "default_html": "nightExtension.html"
    }
}