Tumblr Reblog Comments

Get comments from reblogs.

Tumblr Reblog Commentsคืออะไร?

Tumblr Reblog Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย syerunkar และคุณลักษณะหลักของมันคือ "Get comments from reblogs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Reblog Comments

ดาวน์โหลดไฟล์ส่วนขยาย 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 Tumblr Reblog Comments
ID mlchdachnipnhbnckjcjlbgpabnagabb
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}