Facelift52 - Tumblr Dashboard
Change Tumblr dashboard background once per week by suggestions.
Vad är Facelift52 - Tumblr Dashboard?
Facelift52 - Tumblr Dashboard är en Chrome-tillägg utvecklad av CPDigitalDarkroom, och dess huvudfunktion är "Change Tumblr dashboard background once per week by suggestions.".
Tilläggsskärmbilder
Ladda ner Facelift52 - Tumblr Dashboard-förlängningens CRX-fil
Ladda ner Facelift52 - Tumblr Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fgpddnocgoionhopkpgbemdolkjoeafl |
| Officiell webbadress | https://chromewebstore.google.com/detail/facelift52-tumblr-dashboa/fgpddnocgoionhopkpgbemdolkjoeafl |
| Beskrivning | Change Tumblr dashboard background once per week by suggestions. |
| Filstorlek | 162 KB |
| Antal Installationer | 62 |
| Aktuell Version | 1.3.2 |
| Senast Uppdaterad | 2012-09-08 |
| Publiceringsdatum | 2012-09-08 |
| Betyg | 3.45/5 Totalt 11 Betyg |
| Utvecklare | CPDigitalDarkroom |
| Betalningssätt | free |
| Tilläggswebbplats | http://cpdigitaldarkroom.com |
| Hjälpsida URL | http://cpdigitaldarkroom.com/contact/ |
| Stödda Språk | 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
} | |