Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
Wat is Tumblr Post Controls?
Tumblr Post Controls is een Chrome-extensie ontwikkeld door Kyle Ladd, en de belangrijkste functie is "Reblog, Like, etc, to the top of posts in the dash".
Extensie Screenshots
Download het CRX-bestand van de extensie Tumblr Post Controls
Download Tumblr Post Controls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
Basisinformatie over de Extensie
Naam | |
ID | gafampkaegokokdgbpnlilnadienfhad |
Officiële URL | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
Beschrijving | Reblog, Like, etc, to the top of posts in the dash |
Bestandsgrootte | 2.86 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2013-07-07 |
Publicatiedatum | 2013-07-07 |
Ontwikkelaar | Kyle Ladd |
Betalingswijze | free |
Ondersteunde Talen | 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" } |