Facelift52 - Tumblr Dashboard
Change Tumblr dashboard background once per week by suggestions.
什麼是Facelift52 - Tumblr Dashboard?
Facelift52 - Tumblr Dashboard是由CPDigitalDarkroom開發的Chrome擴展程式,該擴展的主要功能是“Change Tumblr dashboard background once per week by suggestions.”。
擴展截圖
下載Facelift52 - Tumblr Dashboard擴展crx文件
下載Facelift52 - Tumblr Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Facelift changes the Tumblr Dashboard background once per week. The background is decided by you, the users.
Read more about the extension on my website.
http://cpdigitaldarkroom.com/facelift52 擴展基本資訊
| 名稱 | |
| ID | fgpddnocgoionhopkpgbemdolkjoeafl |
| 官方網址 | https://chromewebstore.google.com/detail/facelift52-tumblr-dashboa/fgpddnocgoionhopkpgbemdolkjoeafl |
| 簡介 | Change Tumblr dashboard background once per week by suggestions. |
| 檔案大小 | 162 KB |
| 安裝次數 | 62 |
| 目前版本 | 1.3.2 |
| 更新時間 | 2012-09-08 |
| 上架時間 | 2012-09-08 |
| 評分 | 3.45/5 共 11 次評分 |
| 開發者 | CPDigitalDarkroom |
| 付費類型 | free |
| 擴展官網 | http://cpdigitaldarkroom.com |
| 說明頁面URL | http://cpdigitaldarkroom.com/contact/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"http:\/\/www.tumblr.com\/*",
"http:\/\/www.tumblr.com\/reblog\/*",
"http:\/\/www.tumblr.com\/directory\/*",
"http:\/\/www.tumblr.com\/reblog\/*",
"http:\/\/www.tumblr.com\/new\/*",
"http:\/\/www.tumblr.com\/goodies",
"http:\/\/www.tumblr.com\/edit\/*"
],
"js": [
"facelift52dashboard.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"128": "icon128.png"
},
"converted_from_user_script": true,
"description": "Change Tumblr dashboard background once per week by suggestions.",
"name": "Facelift52 - Tumblr Dashboard",
"version": "1.3.2",
"options_page": "options.html",
"manifest_version": 2
} | |