LJMine
LiveJournal style changer: applies your defined style to other LJ posts from different users
LJMineคืออะไร?
LJMine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrei Kovalevsky และคุณลักษณะหลักของมันคือ "LiveJournal style changer: applies your defined style to other LJ posts from different users"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LJMine
ดาวน์โหลดไฟล์ส่วนขยาย LJMine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As a user of livejournal.com I want to see the posts of other users decorated with my style. The aim of this extension is to apply a style of currently logged in user to all posts of all users.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LJMine |
ID | ogdiaieakcpcolnclkeoneekhcnkhnbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp |
คำอธิบาย | LiveJournal style changer: applies your defined style to other LJ posts from different users |
ขนาดไฟล์ | 9.21 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2012-10-06 |
วันที่เผยแพร่ | 2012-10-05 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Andrei Kovalevsky |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "LJMine", "version": "0.1.3", "manifest_version": 2, "description": "LiveJournal style changer: applies your defined style to other LJ posts from different users", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ] } } |