TumblrSkipper
Skips the sidebar for you when you click a Tumblelog on your Dashboard
What is TumblrSkipper?
TumblrSkipper is a Chrome extension developed by jessica.summer.smith, and its main feature is "Skips the sidebar for you when you click a Tumblelog on your Dashboard".
Extension Screenshots
Download TumblrSkipper Extension CRX File
Download TumblrSkipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
Official URL | https://chrome.google.com/webstore/detail/tumblrskipper/cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
Description | Skips the sidebar for you when you click a Tumblelog on your Dashboard |
File Size | 40.95 KB |
Installation Count | 186 |
Current Version | 0.2 |
Last Updated | 2016-01-12 |
Publish Date | 2016-01-12 |
Rating | 4.50/5 Total 2 Ratings |
Developer | jessica.summer.smith |
Payment Type | free |
Supported Languages | 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\/*" ] } |