Tumblr Inactivity Checker

Shows you any inactive Tumblr blogs you're following.

Tumblr Inactivity Checkerคืออะไร?

Tumblr Inactivity Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrloprojects และคุณลักษณะหลักของมันคือ "Shows you any inactive Tumblr blogs you're following."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Tumblr Inactivity Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Tumblr extension will display any inactive blogs you're following according to the period of time you specify.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tumblr Inactivity Checker Tumblr Inactivity Checker
ID idegoclkpbmijpnnldfgngfceghpfhpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg
คำอธิบาย Shows you any inactive Tumblr blogs you're following.
ขนาดไฟล์ 52.24 KB
จำนวนการติดตั้ง 739
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-05-09
วันที่เผยแพร่ 2013-05-09
คะแนน 1.35/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา jrloprojects
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Inactivity Checker",
    "description": "Shows you any inactive Tumblr blogs you're following.",
    "version": "1.0",
    "icons": {
        "128": "uibicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/following*"
            ],
            "css": [
                "tbi.css"
            ],
            "js": [
                "jquery.js",
                "jquery.lightbox_me.js",
                "uib.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}