Productive Twitter

Minimal and friendly theme for productive social sharing

Co je Productive Twitter?

Productive Twitter je rozšíření Chrome vyvinuté sarah.drasner, a jeho hlavní funkcí je „Minimal and friendly theme for productive social sharing“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Productive Twitter

Stáhněte si soubory rozšíření Productive Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Productive Twitter Productive Twitter
ID elgfikcdihncknnnedljbbignlmnppii
Oficiální URL https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii
Popis Minimal and friendly theme for productive social sharing
Velikost souboru 25.78 KB
Počet instalací 643
Aktuální Verze 1.1.0
Poslední Aktualizace 2020-10-18
Datum Vydání 2019-07-20
Hodnocení 4.95/5 Celkem 37 Hodnocení
Vývojář sarah.drasner
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sdras/productive-twitter
URL Stránky Nápovědy https://github.com/sdras/productive-twitter/issues
Podporované Jazyky 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"
        }
    }
}