Twitter Dusk

A twitter theme inspired by the twitter app night mode.

Apa itu Twitter Dusk?

Twitter Dusk adalah ekstensi Chrome yang dikembangkan oleh https://ggarnhart.com, dan fitur utamanya adalah "A twitter theme inspired by the twitter app night mode.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitter Dusk

Unduh file ekstensi Twitter Dusk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Twitter Dusk Twitter Dusk
ID popkolfnihkkdcmemlhcijdfkmodjejk
URL Resmi https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk
Deskripsi A twitter theme inspired by the twitter app night mode.
Ukuran File 59.49 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-12-19
Tanggal Publikasi 2016-12-19
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://ggarnhart.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}