Uncover twitter.com Background
Hides the content wrapper, so you can see the background image!
什么是Uncover twitter.com Background?
Uncover twitter.com Background是由https://en.milado.net开发的Chrome扩展程序,该扩展的主要功能是“Hides the content wrapper, so you can see the background image!”。
扩展截图
下载Uncover twitter.com Background扩展crx文件
下载Uncover twitter.com Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you access twitter.com, a new icon (twitter logo) will appear in the omnibar, clicking it will hide / show the content wrapper in twitter.com, so you can see the profile background image.
扩展基本信息
名称 | Uncover twitter.com Background |
ID | nfhjomahbnhnkhggiajkcckmakbpddio |
官方URL | https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio |
简介 | Hides the content wrapper, so you can see the background image! |
文件大小 | 16.57 KB |
安装次数 | 52 |
当前版本 | 1.1.1 |
更新时间 | 2013-10-29 |
上架时间 | 2013-10-29 |
评分 | 2.14/5 共7次评分 |
开发者 | https://en.milado.net |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uncover twitter.com Background", "description": "Hides the content wrapper, so you can see the background image!", "version": "1.1.1", "permissions": [ "tabs", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Uncover twitter.com Background" } } |