Tumblr Archive Page
Quick redirect to tumblr archive page
什么是Tumblr Archive Page?
Tumblr Archive Page是由bistriy.com开发的Chrome扩展程序,该扩展的主要功能是“Quick redirect to tumblr archive page”。
下载Tumblr Archive Page扩展crx文件
下载Tumblr Archive Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you visit tumblr and want to see all posts on one page, but the archive button is missing, our extension will help you.
扩展基本信息
名称 | |
ID | boikbenaonfgdlfmookjejcgooofkihp |
官方URL | https://chrome.google.com/webstore/detail/tumblr-archive-page/boikbenaonfgdlfmookjejcgooofkihp |
简介 | Quick redirect to tumblr archive page |
文件大小 | 5.98 KB |
安装次数 | 293 |
当前版本 | 1.0 |
更新时间 | 2018-06-29 |
上架时间 | 2018-06-29 |
评分 | 3.33/5 共3次评分 |
开发者 | bistriy.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://bistriy.com |
帮助页面URL | http://bistriy.com |
支持的语言 | 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" ] } |