Productive Twitter
Minimal and friendly theme for productive social sharing
What is Productive Twitter?
Productive Twitter is a Chrome extension developed by sarah.drasner, and its main feature is "Minimal and friendly theme for productive social sharing".
Extension Screenshots
Download Productive Twitter Extension CRX File
Download Productive Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Extension Basic Information
Name | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
Official URL | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Description | Minimal and friendly theme for productive social sharing |
File Size | 25.78 KB |
Installation Count | 643 |
Current Version | 1.1.0 |
Last Updated | 2020-10-18 |
Publish Date | 2019-07-20 |
Rating | 4.95/5 Total 37 Ratings |
Developer | sarah.drasner |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sdras/productive-twitter |
Help Page URL | https://github.com/sdras/productive-twitter/issues |
Supported Languages | 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" } } } |