TotallyLayouts
Add stunning themes to your Tumblr dashboard.
Qu'est-ce que TotallyLayouts ?
TotallyLayouts est une extension Chrome développée par https://www.themesltd.com, et sa fonction principale est "Add stunning themes to your Tumblr dashboard.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TotallyLayouts
Téléchargez les fichiers d'extension TotallyLayouts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
ThemesLtd Dashboard Themes is a must have Google Chrome extension for all social networkers and bloggers. It allows you to add beautiful themes your Tumblr Dashboard. Our supporting website http://www.ThemesLtd.com offer thousands of stunning themes. Installation is just one click away. No more plain boring tumblring. Absolutely no HTML knowledge is needed. Browse our site ThemesLtd.com, choose a theme, click install. Done. +++ So install now and head over to http://ThemesLtd.com and get a whole new look! +++
Informations de Base sur l'Extension
Nom | TotallyLayouts |
ID | lcgckkcjgkbgjoablpejebabahbamfkc |
URL Officiel | https://chromewebstore.google.com/detail/totallylayouts/lcgckkcjgkbgjoablpejebabahbamfkc |
Description | Add stunning themes to your Tumblr dashboard. |
Taille du Fichier | 74.41 KB |
Nombre d'Installations | 4,037 |
Version Actuelle | 1.3.8 |
Dernière Mise à Jour | 2014-08-24 |
Date de Publication | 2014-08-24 |
Évaluation | 3.40/5 Total 189 Évaluations |
Développeur | https://www.themesltd.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.themesltd.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "asset\/background.js" ] }, "browser_action": { "default_icon": "asset\/icon.png", "popup": "popup.html", "title": "ThemesLtd" }, "content_scripts": [ { "js": [ "asset\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add stunning themes to your Tumblr dashboard.", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWYyU7gHxEwY2cTrBZMEXLYlyeKTZzzCbwI5XjNJ96hrV8GGdqr\/uIIdOk8YgffvKyS\/qM+3sdQs3oP7WWI+6v4L+9Ac\/ASADjGZ37jSGm2+AM4jeVGqVHRxn5UpddLL0t7Tl2gHXQYxSdvQHelAQ8fU68zP0m05dIzqTrnPwUCQIDAQAB", "name": "TotallyLayouts", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.8" } |