TumblrSkipper

Skips the sidebar for you when you click a Tumblelog on your Dashboard

Qu'est-ce que TumblrSkipper ?

TumblrSkipper est une extension Chrome développée par jessica.summer.smith, et sa fonction principale est "Skips the sidebar for you when you click a Tumblelog on your Dashboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TumblrSkipper

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

                        On the Tumblr dashboard, clicking a blog link used to take you to that blog. Now, it takes you to a weird sidebar to preview the blog instead. 

This extension restores the native link functionality to the Tumblr dashboard.                    

Informations de Base sur l'Extension

Nom TumblrSkipper TumblrSkipper
ID cofjhhfhgfpdglobncjkfdmmpdkmfgdc
URL Officiel https://chrome.google.com/webstore/detail/tumblrskipper/cofjhhfhgfpdglobncjkfdmmpdkmfgdc
Description Skips the sidebar for you when you click a Tumblelog on your Dashboard
Taille du Fichier 40.95 KB
Nombre d'Installations 186
Version Actuelle 0.2
Dernière Mise à Jour 2016-01-12
Date de Publication 2016-01-12
Évaluation 4.50/5 Total 2 Évaluations
Développeur jessica.summer.smith
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TumblrSkipper",
    "version": "0.2",
    "description": "Skips the sidebar for you when you click a Tumblelog on your Dashboard",
    "browser_action": {
        "default_icon": "TS.png",
        "default_title": "TumblrSkipper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.tumblr.com\/*"
    ]
}