Productive Twitter

Minimal and friendly theme for productive social sharing

Cos'è Productive Twitter?

Productive Twitter è un'estensione di Chrome sviluppata da sarah.drasner, e la sua funzione principale è "Minimal and friendly theme for productive social sharing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Productive Twitter

Scarica i file di estensione Productive Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Productive Twitter Productive Twitter
ID elgfikcdihncknnnedljbbignlmnppii
URL Ufficiale https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii
Descrizione Minimal and friendly theme for productive social sharing
Dimensione del File 25.78 KB
Conteggio Installazioni 643
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-10-18
Data di Pubblicazione 2019-07-20
Valutazione 4.95/5 Totale 37 Valutazioni
Sviluppatore sarah.drasner
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sdras/productive-twitter
URL della Pagina di Aiuto https://github.com/sdras/productive-twitter/issues
Lingue Supportate 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"
        }
    }
}