Productive Twitter
Minimal and friendly theme for productive social sharing
Wat is Productive Twitter?
Productive Twitter is een Chrome-extensie ontwikkeld door sarah.drasner, en de belangrijkste functie is "Minimal and friendly theme for productive social sharing".
Extensie Screenshots
Download het CRX-bestand van de extensie Productive Twitter
Download Productive Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Basisinformatie over de Extensie
Naam | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
Officiële URL | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Beschrijving | Minimal and friendly theme for productive social sharing |
Bestandsgrootte | 25.78 KB |
Aantal Installaties | 643 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-10-18 |
Publicatiedatum | 2019-07-20 |
Beoordeling | 4.95/5 Totaal 37 Beoordelingen |
Ontwikkelaar | sarah.drasner |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sdras/productive-twitter |
Help Pagina-URL | https://github.com/sdras/productive-twitter/issues |
Ondersteunde Talen | 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" } } } |