Livejournal Narrow

Simple user-script which makes livejournal.com a better place

Livejournal Narrowคืออะไร?

Livejournal Narrow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yanis T และคุณลักษณะหลักของมันคือ "Simple user-script which makes livejournal.com a better place"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Livejournal Narrow

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

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

                        Narrows too big livejournal themes.

Сужает слишком широкие темы livejournal.com.                    

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

ชื่อ Livejournal Narrow Livejournal Narrow
ID bdhniiofhbjgjcdpkhjonmodpbgmgfde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/livejournal-narrow/bdhniiofhbjgjcdpkhjonmodpbgmgfde
คำอธิบาย Simple user-script which makes livejournal.com a better place
ขนาดไฟล์ 36.47 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-12-03
วันที่เผยแพร่ 2012-12-03
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Yanis T
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livejournal Narrow",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Simple user-script which makes livejournal.com a better place",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.livejournal.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}