The Un-Tumblr

Brings back the old reblog layout

The Un-Tumblrคืออะไร?

The Un-Tumblr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam Ruston และคุณลักษณะหลักของมันคือ "Brings back the old reblog layout"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Un-Tumblr

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

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

                                            

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

ชื่อ The Un-Tumblr The Un-Tumblr
ID ldmnelehpegfnefohgbpnpjakebjjfja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-un-tumblr/ldmnelehpegfnefohgbpnpjakebjjfja
คำอธิบาย Brings back the old reblog layout
ขนาดไฟล์ 38.79 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-09-06
วันที่เผยแพร่ 2015-09-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Sam Ruston
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Un-Tumblr",
    "description": "Brings back the old reblog layout",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}