Dreamwidth Tools

Unofficial Dreamwidth Tools

Dreamwidth Tools란 무엇입니까?

Dreamwidth Tools은(는) ashleywr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial Dreamwidth Tools"입니다.

확장 프로그램 스크린샷

screenshot

Dreamwidth Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}