Productive Twitter
Minimal and friendly theme for productive social sharing
Vad är Productive Twitter?
Productive Twitter är en Chrome-tillägg utvecklad av sarah.drasner, och dess huvudfunktion är "Minimal and friendly theme for productive social sharing".
Tilläggsskärmbilder
Ladda ner Productive Twitter-förlängningens CRX-fil
Ladda ner Productive Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Grundläggande Information om Tillägg
Namn | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
Officiell webbadress | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Beskrivning | Minimal and friendly theme for productive social sharing |
Filstorlek | 25.78 KB |
Antal Installationer | 643 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2020-10-18 |
Publiceringsdatum | 2019-07-20 |
Betyg | 4.95/5 Totalt 37 Betyg |
Utvecklare | sarah.drasner |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/sdras/productive-twitter |
Hjälpsida URL | https://github.com/sdras/productive-twitter/issues |
Stödda Språk | 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" } } } |