Dreamwidth Tools
Unofficial Dreamwidth Tools
Was ist Dreamwidth Tools?
Dreamwidth Tools ist eine Chrome-Erweiterung, die von ashleywr entwickelt wurde, und ihr Hauptmerkmal ist "Unofficial Dreamwidth Tools".
Erweiterungsscreenshots
Dreamwidth Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dreamwidth Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Dreamwidth Tools |
ID | bldhncjmecnkemlfebgpehigfdbihhnd |
Offizielle URL | https://chromewebstore.google.com/detail/dreamwidth-tools/bldhncjmecnkemlfebgpehigfdbihhnd |
Beschreibung | Unofficial Dreamwidth Tools |
Dateigröße | 191 KB |
Installationsanzahl | 2,073 |
Aktuelle Version | 5.0.3 |
Letztes Update | 2018-09-26 |
Veröffentlichungsdatum | 2018-09-26 |
Bewertung | 4.58/5 Insgesamt 24 Bewertungen |
Entwickler | ashleywr |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |