#wrap
View all tags on a Tumblr post without clicking “see all”
什么是#wrap?
#wrap是由becca.ooo开发的Chrome扩展程序,该扩展的主要功能是“View all tags on a Tumblr post without clicking “see all””。
扩展截图
下载#wrap扩展crx文件
下载#wrap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Reverting Tumblr’s awful design choices, one at a time. Up to date, despite old screenshots.                     扩展基本信息
| 名称 |   |  
| ID | nbcgkdilbhnnoemimofnknocbkpldobi | 
| 官方URL | https://chromewebstore.google.com/detail/wrap/nbcgkdilbhnnoemimofnknocbkpldobi | 
| 简介 | View all tags on a Tumblr post without clicking “see all” | 
| 文件大小 | 5.71 KB | 
| 安装次数 | 3,775 | 
| 当前版本 | 3.0.0 | 
| 更新时间 | 2018-04-23 | 
| 上架时间 | 2018-04-23 | 
| 评分 | 4.68/5 共80次评分 | 
| 开发者 | becca.ooo | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "#wrap",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "View all tags on a Tumblr post without clicking \u201csee all\u201d",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tumblr.com\/dashboard\/*",
                "*:\/\/www.tumblr.com\/dashboard\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}  |  |