Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
Qu'est-ce que Tumblr Post Controls ?
Tumblr Post Controls est une extension Chrome développée par Kyle Ladd, et sa fonction principale est "Reblog, Like, etc, to the top of posts in the dash".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tumblr Post Controls
Téléchargez les fichiers d'extension Tumblr Post Controls 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
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
Informations de Base sur l'Extension
Nom | |
ID | gafampkaegokokdgbpnlilnadienfhad |
URL Officiel | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
Description | Reblog, Like, etc, to the top of posts in the dash |
Taille du Fichier | 2.86 KB |
Nombre d'Installations | 94 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2013-07-07 |
Date de Publication | 2013-07-07 |
Développeur | Kyle Ladd |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/www.tumblr.com\/dashboard" ] } ], "description": "Reblog, Like, etc, to the top of posts in the dash", "manifest_version": 2, "name": "Tumblr Post Controls", "version": "1.0.4" } |