The Un-Tumblr

Brings back the old reblog layout

Wat is The Un-Tumblr?

The Un-Tumblr is een Chrome-extensie ontwikkeld door Sam Ruston, en de belangrijkste functie is "Brings back the old reblog layout".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Un-Tumblr

Download The Un-Tumblr-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

                                            

Basisinformatie over de Extensie

Naam The Un-Tumblr The Un-Tumblr
ID ldmnelehpegfnefohgbpnpjakebjjfja
Officiële URL https://chromewebstore.google.com/detail/the-un-tumblr/ldmnelehpegfnefohgbpnpjakebjjfja
Beschrijving Brings back the old reblog layout
Bestandsgrootte 38.79 KB
Aantal Installaties 107
Huidige Versie 1.1
Laatst Bijgewerkt 2015-09-06
Publicatiedatum 2015-09-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Sam Ruston
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Un-Tumblr",
    "description": "Brings back the old reblog layout",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}