Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
Hvad er Tumblr Post Controls?
Tumblr Post Controls er en Chrome-udvidelse udviklet af Kyle Ladd, og dens hovedfunktion er "Reblog, Like, etc, to the top of posts in the dash".
Udvidelsesskærmbilleder
Download Tumblr Post Controls-udvidelses-CRX-fil
Download Tumblr Post Controls-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gafampkaegokokdgbpnlilnadienfhad |
Officiel URL | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
Beskrivelse | Reblog, Like, etc, to the top of posts in the dash |
Filstørrelse | 2.86 KB |
Antal Installationer | 94 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2013-07-07 |
Udgivelsesdato | 2013-07-07 |
Udvikler | Kyle Ladd |
Betalingsmetode | free |
Understøttede Sprog | 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" } |