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).
擴展基本資訊
名稱 | Tumblr Expand |
ID | ffhecpjldhfodfcfagnmbmmfimijeheb |
官方網址 | 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 } |