dou-sort-comments
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
dou-sort-commentsคืออะไร?
dou-sort-comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Iryna Volkodav และคุณลักษณะหลักของมันคือ "dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dou-sort-comments
ดาวน์โหลดไฟล์ส่วนขยาย dou-sort-comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | dou-sort-comments |
ID | inomcbdkomlbognphleededehadkpcfe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dou-sort-comments/inomcbdkomlbognphleededehadkpcfe |
คำอธิบาย | dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/). |
ขนาดไฟล์ | 11.95 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 0.13 |
อัปเดตครั้งล่าสุด | 2014-07-15 |
วันที่เผยแพร่ | 2014-07-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Iryna Volkodav |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://dou.ua/ |
URL หน้าช่วยเหลือ | http://dou.ua/forums/topic/10383/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/dou.ua\/forums\/topic\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "images\/*", "styles\/*", "bower_components\/jquery\/*", "scripts\/*" ] } |