Dreamwidth Tools
Unofficial Dreamwidth Tools
Dreamwidth Toolsคืออะไร?
Dreamwidth Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashleywr และคุณลักษณะหลักของมันคือ "Unofficial Dreamwidth Tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dreamwidth Tools
ดาวน์โหลดไฟล์ส่วนขยาย Dreamwidth Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tools that make using Dreamwidth for roleplaying purposes much easier! Version 5.0.0 Customize text buttons Experimental blacklist Features: Comment page autoscroll Load all comment pages at once Action Tag text insert button "Text Message" text insert button Imgur album icon insert and Icon Selector Icon Selector on unpaid accounts Batch Icon uploading
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dreamwidth Tools |
ID | bldhncjmecnkemlfebgpehigfdbihhnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dreamwidth-tools/bldhncjmecnkemlfebgpehigfdbihhnd |
คำอธิบาย | Unofficial Dreamwidth Tools |
ขนาดไฟล์ | 191 KB |
จำนวนการติดตั้ง | 2,073 |
เวอร์ชันปัจจุบัน | 5.0.3 |
อัปเดตครั้งล่าสุด | 2018-09-26 |
วันที่เผยแพร่ | 2018-09-26 |
คะแนน | 4.58/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | ashleywr |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dreamwidth Tools", "short_name": "DWTools", "version": "5.0.3", "author": "Ashley Wijnen-Riems", "manifest_version": 2, "permissions": [ "storage", "https:\/\/api.imgur.com\/*" ], "icons": { "16": "img\/DTicon16.png", "48": "img\/DTicon48.png", "128": "img\/DTicon128.png" }, "description": "Unofficial Dreamwidth Tools", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*.dreamwidth.org\/*.html*", "http:\/\/www.dreamwidth.org\/talkpost_do", "https:\/\/*.dreamwidth.org\/*.html*", "https:\/\/www.dreamwidth.org\/talkpost_do", "http:\/\/dreamwidth.org\/editicons", "https:\/\/dreamwidth.org\/editicons", "http:\/\/www.dreamwidth.org\/editicons", "https:\/\/www.dreamwidth.org\/editicons", "http:\/\/www.dreamwidth.org\/manage\/icons", "https:\/\/www.dreamwidth.org\/manage\/icons", "http:\/\/dreamwidth.org\/manage\/icons", "https:\/\/dreamwidth.org\/manage\/icons" ], "css": [ "css\/dwtools.css" ], "js": [ "lib\/jquery.js", "lib\/spin.js", "lib\/iconselect.max.js", "lib\/rangyinputs_jquery.min.js", "js\/blacklist.js", "js\/code.js" ] } ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "img\/undo.png" ] } |