Productive Twitter
Minimal and friendly theme for productive social sharing
什么是Productive Twitter?
Productive Twitter是由sarah.drasner开发的Chrome扩展程序,该扩展的主要功能是“Minimal and friendly theme for productive social sharing”。
扩展截图
下载Productive Twitter扩展crx文件
下载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" } } } |