Twitter Dusk

A twitter theme inspired by the twitter app night mode.

Twitter Duskとは何ですか?

Twitter Duskはhttps://ggarnhart.comによって開発されたChromeの拡張機能で、その主な機能は「A twitter theme inspired by the twitter app night mode.」です。

拡張機能のスクリーンショット

screenshot

Twitter Dusk拡張機能のCRXファイルをダウンロード

Twitter Dusk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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