Tumblr Reblog Comments
Get comments from reblogs.
什麼是Tumblr Reblog Comments?
Tumblr Reblog Comments是由syerunkar開發的Chrome擴展程式,該擴展的主要功能是“Get comments from reblogs.”。
擴展截圖
下載Tumblr Reblog Comments擴展crx文件
下載Tumblr Reblog Comments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to view comments added by rebloggers on any post in your dashboard. Just click on the new "reblog comments" text next to "notes" to see them. Note: It's still a bit glitchy from time to time. If something looks messed up, please try refreshing the page. I haven't been able to replicate the positioning and animations of the notes pop-up completely, so look forward to future updates :D Disclaimer: I'm not affiliated with Tumblr in any way or form.
擴展基本資訊
名稱 | Tumblr Reblog Comments |
ID | mlchdachnipnhbnckjcjlbgpabnagabb |
官方網址 | https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb |
簡介 | Get comments from reblogs. |
檔案大小 | 46.64 KB |
安裝次數 | 73 |
目前版本 | 0.0.2 |
更新時間 | 2014-07-17 |
上架時間 | 2014-07-17 |
開發者 | syerunkar |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Reblog Comments", "description": "Get comments from reblogs.", "version": "0.0.2", "icons": { "128": "icon-128.png" }, "permissions": [ "https:\/\/www.tumblr.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "libs.js", "tumblr-reblog-comments.js" ] } ] } |