Dtexxxt

Dribbble shot description editor

Dtexxxt란 무엇입니까?

Dtexxxt은(는) ibalajisankar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dribbble shot description editor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        DTexxxt helps dribbble users to post text with basic formatting and links easily. The text editor allows you to add, format, copy and paste text in Dribbble in an instant. Hope this simple site is useful for you :)                    

확장 프로그램 기본 정보

이름 Dtexxxt Dtexxxt
ID oakppeklcndfbdagdihgngadmidfkbkl
공식 URL https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl
설명 Dribbble shot description editor
파일 크기 150 KB
설치 횟수 18
현재 버전 0.2
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 1.00/5 총 1 개의 평점
개발자 ibalajisankar
결제 유형 free
확장 프로그램 웹 사이트 https://balajisankar.tech/dtexxxt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "quill.snow.css",
                "style.css",
                "font-awesome.min.css",
                "emoji.css"
            ],
            "js": [
                "quill.min.js",
                "load.js",
                "js\/jquery.min.js",
                "js\/config.js",
                "js\/util.js",
                "js\/jquery.emojiarea.js",
                "js\/emoji-picker.js"
            ],
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ]
        }
    ],
    "description": "Dribbble shot description editor",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Dtexxxt",
    "short_name": "Dtexxxt",
    "permissions": [
        "*:\/\/*.dribbble.com\/*"
    ],
    "version": "0.2",
    "web_accessible_resources": [
        "load.js"
    ]
}