Tumblr Expand
Tumblr dashboard posts expand on demand.
什么是Tumblr Expand?
Tumblr Expand是由Simek开发的Chrome扩展程序,该扩展的主要功能是“Tumblr dashboard posts expand on demand.”。
扩展截图
下载Tumblr Expand扩展crx文件
下载Tumblr Expand扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tumblr Expand add additional button to your Tumblr dashboard which enables you to expand all posts on stream (and auto expand new ones also). 扩展基本信息
| 名称 | |
| ID | ffhecpjldhfodfcfagnmbmmfimijeheb |
| 官方URL | https://chromewebstore.google.com/detail/tumblr-expand/ffhecpjldhfodfcfagnmbmmfimijeheb |
| 简介 | Tumblr dashboard posts expand on demand. |
| 文件大小 | 50.66 KB |
| 安装次数 | 270 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2014-01-11 |
| 上架时间 | 2014-01-11 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Simek |
| 付费类型 | free |
| 扩展官网 | https://github.com/Simek/TumblrExpand |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tumblr Expand",
"description": "Tumblr dashboard posts expand on demand.",
"version": "0.0.1",
"background": {
"persistance": false
},
"content_scripts": [
{
"css": [
"css\/tumblr.css"
],
"js": [
"lib\/jquery.js",
"tumblr.js"
],
"matches": [
"*:\/\/www.tumblr.com\/dashboard"
]
}
],
"permissions": [
"*:\/\/www.tumblr.com\/"
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"web_accessible_resources": [
"img\/icon.png"
],
"offline_enabled": false,
"minimum_chrome_version": "22",
"manifest_version": 2
} | |