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
拡張機能の基本情報
名前 | Facelift52 - Tumblr Dashboard |
ID | fgpddnocgoionhopkpgbemdolkjoeafl |
公式URL | 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 } |