Twitter Wide and Clear
Wide and Clear theme for Twitter website.
什么是Twitter Wide and Clear?
Twitter Wide and Clear是由https://www.arundavid.com开发的Chrome扩展程序,该扩展的主要功能是“Wide and Clear theme for Twitter website.”。
扩展截图
下载Twitter Wide and Clear扩展crx文件
下载Twitter Wide and Clear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.
扩展基本信息
名称 | Twitter Wide and Clear |
ID | blbmlgjoglkgoejpipkbhnbggoegkkmm |
官方URL | https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm |
简介 | Wide and Clear theme for Twitter website. |
文件大小 | 58.29 KB |
安装次数 | 40 |
当前版本 | 1.0 |
更新时间 | 2015-06-30 |
上架时间 | 2015-06-30 |
评分 | 1.00/5 共1次评分 |
开发者 | https://www.arundavid.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Wide and Clear", "version": "1.0", "manifest_version": 2, "description": "Wide and Clear theme for Twitter website.", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "jquery-1.7.2.min.js", "onload.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/twitter.com\/*" ] } |