Productive Twitter

Minimal and friendly theme for productive social sharing

Co to jest Productive Twitter?

Productive Twitter to rozszerzenie Chrome opracowane przez sarah.drasner, a jego główną funkcją jest „Minimal and friendly theme for productive social sharing”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Productive Twitter

Pobierz pliki rozszerzeń Productive Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.                    

Podstawowe informacje o rozszerzeniu

Nazwa Productive Twitter Productive Twitter
ID elgfikcdihncknnnedljbbignlmnppii
Oficjalny URL https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii
Opis Minimal and friendly theme for productive social sharing
Rozmiar pliku 25.78 KB
Liczba instalacji 643
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-10-18
Data Publikacji 2019-07-20
Ocena 4.95/5 Łącznie 37 Oceny
Deweloper sarah.drasner
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sdras/productive-twitter
Adres URL Strony Pomocy https://github.com/sdras/productive-twitter/issues
Obsługiwane Języki 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"
        }
    }
}