#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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |