Twitter Dusk

A twitter theme inspired by the twitter app night mode.

Что такое Twitter Dusk?

Twitter Dusk - это расширение Chrome, разработанное https://ggarnhart.com, и его основная функция - "A twitter theme inspired by the twitter app night mode.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitter Dusk

Скачайте файлы расширений 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"
    }
}