Tumblr Archive Page
Quick redirect to tumblr archive page
What is Tumblr Archive Page?
Tumblr Archive Page is a Chrome extension developed by bistriy.com, and its main feature is "Quick redirect to tumblr archive page".
Download Tumblr Archive Page Extension CRX File
Download Tumblr Archive Page 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
When you visit tumblr and want to see all posts on one page, but the archive button is missing, our extension will help you.
Extension Basic Information
Name | |
ID | boikbenaonfgdlfmookjejcgooofkihp |
Official URL | https://chrome.google.com/webstore/detail/tumblr-archive-page/boikbenaonfgdlfmookjejcgooofkihp |
Description | Quick redirect to tumblr archive page |
File Size | 5.98 KB |
Installation Count | 293 |
Current Version | 1.0 |
Last Updated | 2018-06-29 |
Publish Date | 2018-06-29 |
Rating | 3.33/5 Total 3 Ratings |
Developer | bistriy.com |
[email protected] | |
Payment Type | free |
Extension Website | http://bistriy.com |
Help Page URL | http://bistriy.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Archive Page", "version": "1.0", "description": "Quick redirect to tumblr archive page", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "name": "Tumblr Archive" }, "permissions": [ "activeTab" ] } |