TumblrSkipper
Skips the sidebar for you when you click a Tumblelog on your Dashboard
Wat is TumblrSkipper?
TumblrSkipper is een Chrome-extensie ontwikkeld door jessica.summer.smith, en de belangrijkste functie is "Skips the sidebar for you when you click a Tumblelog on your Dashboard".
Extensie Screenshots
Download het CRX-bestand van de extensie TumblrSkipper
Download TumblrSkipper-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
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.
Basisinformatie over de Extensie
Naam | |
ID | cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
Officiële URL | https://chrome.google.com/webstore/detail/tumblrskipper/cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
Beschrijving | Skips the sidebar for you when you click a Tumblelog on your Dashboard |
Bestandsgrootte | 40.95 KB |
Aantal Installaties | 186 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2016-01-12 |
Publicatiedatum | 2016-01-12 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jessica.summer.smith |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |