Dreamwidth Tools
Unofficial Dreamwidth Tools
Dreamwidth Tools क्या है?
Dreamwidth Tools ashleywr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial Dreamwidth Tools"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dreamwidth Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |