Productive Twitter
Minimal and friendly theme for productive social sharing
Qu'est-ce que Productive Twitter ?
Productive Twitter est une extension Chrome développée par sarah.drasner, et sa fonction principale est "Minimal and friendly theme for productive social sharing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Productive Twitter
Téléchargez les fichiers d'extension Productive Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Informations de Base sur l'Extension
Nom | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
URL Officiel | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Description | Minimal and friendly theme for productive social sharing |
Taille du Fichier | 25.78 KB |
Nombre d'Installations | 643 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-10-18 |
Date de Publication | 2019-07-20 |
Évaluation | 4.95/5 Total 37 Évaluations |
Développeur | sarah.drasner |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sdras/productive-twitter |
URL de la Page d'Aide | https://github.com/sdras/productive-twitter/issues |
Langues Prises en Charge | 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" } } } |