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. 擴展基本資訊
| 名稱 | |
| ID | nfhjomahbnhnkhggiajkcckmakbpddio |
| 官方網址 | 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"
}
} | |