Dreamwidth Tools
Unofficial Dreamwidth Tools
什么是Dreamwidth Tools?
Dreamwidth Tools是由ashleywr开发的Chrome扩展程序,该扩展的主要功能是“Unofficial Dreamwidth Tools”。
扩展截图
下载Dreamwidth Tools扩展crx文件
下载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" ] } |