Dreamwidth Tools
Unofficial Dreamwidth Tools
Dreamwidth Tools là gì?
Dreamwidth Tools là một tiện ích mở rộng Chrome được phát triển bởi ashleywr, và tính năng chính của nó là "Unofficial Dreamwidth Tools".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dreamwidth Tools
Tải xuống các tệp mở rộng Dreamwidth Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dreamwidth Tools |
ID | bldhncjmecnkemlfebgpehigfdbihhnd |
URL Chính Thức | https://chromewebstore.google.com/detail/dreamwidth-tools/bldhncjmecnkemlfebgpehigfdbihhnd |
Mô tả | Unofficial Dreamwidth Tools |
Kích Thước Tệp | 191 KB |
Số Lần Cài Đặt | 2,073 |
Phiên Bản Hiện Tại | 5.0.3 |
Cập Nhật Lần Cuối | 2018-09-26 |
Ngày Phát Hành | 2018-09-26 |
Đánh Giá | 4.58/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | ashleywr |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |