Tumblr Post Controls

Reblog, Like, etc, to the top of posts in the dash

Apa itu Tumblr Post Controls?

Tumblr Post Controls adalah ekstensi Chrome yang dikembangkan oleh Kyle Ladd, dan fitur utamanya adalah "Reblog, Like, etc, to the top of posts in the dash".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tumblr Post Controls

Unduh file ekstensi Tumblr Post Controls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Move post controls (reblog, like, etc) to the top of posts in the dashboard.                    

Informasi Dasar Ekstensi

Nama Tumblr Post Controls Tumblr Post Controls
ID gafampkaegokokdgbpnlilnadienfhad
URL Resmi https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad
Deskripsi Reblog, Like, etc, to the top of posts in the dash
Ukuran File 2.86 KB
Jumlah Instalasi 94
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2013-07-07
Tanggal Publikasi 2013-07-07
Pengembang Kyle Ladd
Tipe Pembayaran free
Bahasa yang Didukung 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"
}