Dreamwidth Tools
Unofficial Dreamwidth Tools
Qu'est-ce que Dreamwidth Tools ?
Dreamwidth Tools est une extension Chrome développée par ashleywr, et sa fonction principale est "Unofficial Dreamwidth Tools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dreamwidth Tools
Téléchargez les fichiers d'extension Dreamwidth Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | bldhncjmecnkemlfebgpehigfdbihhnd |
| URL Officiel | https://chromewebstore.google.com/detail/dreamwidth-tools/bldhncjmecnkemlfebgpehigfdbihhnd |
| Description | Unofficial Dreamwidth Tools |
| Taille du Fichier | 191 KB |
| Nombre d'Installations | 2,073 |
| Version Actuelle | 5.0.3 |
| Dernière Mise à Jour | 2018-09-26 |
| Date de Publication | 2018-09-26 |
| Évaluation | 4.58/5 Total 24 Évaluations |
| Développeur | ashleywr |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
]
} | |