The Un-Tumblr

Brings back the old reblog layout

Qu'est-ce que The Un-Tumblr ?

The Un-Tumblr est une extension Chrome développée par Sam Ruston, et sa fonction principale est "Brings back the old reblog layout".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Un-Tumblr

Téléchargez les fichiers d'extension The Un-Tumblr 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

                                            

Informations de Base sur l'Extension

Nom The Un-Tumblr The Un-Tumblr
ID ldmnelehpegfnefohgbpnpjakebjjfja
URL Officiel https://chromewebstore.google.com/detail/the-un-tumblr/ldmnelehpegfnefohgbpnpjakebjjfja
Description Brings back the old reblog layout
Taille du Fichier 38.79 KB
Nombre d'Installations 107
Version Actuelle 1.1
Dernière Mise à Jour 2015-09-06
Date de Publication 2015-09-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur Sam Ruston
Type de Paiement free
Langues Prises en Charge 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
}