Productive Twitter
Minimal and friendly theme for productive social sharing
Τι είναι το Productive Twitter;
Το Productive Twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sarah.drasner, και η κύρια λειτουργία του είναι "Minimal and friendly theme for productive social sharing".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Productive Twitter
Λήψη αρχείων επέκτασης Productive Twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
Επίσημο URL | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Περιγραφή | Minimal and friendly theme for productive social sharing |
Μέγεθος Αρχείου | 25.78 KB |
Αριθμός Εγκαταστάσεων | 643 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2020-10-18 |
Ημερομηνία Δημοσίευσης | 2019-07-20 |
Αξιολόγηση | 4.95/5 Συνολικά 37 Αξιολογήσεις |
Προγραμματιστής | sarah.drasner |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/sdras/productive-twitter |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/sdras/productive-twitter/issues |
Υποστηριζόμενες Γλώσσες | 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" } } } |