Dtexxxt

Dribbble shot description editor

Dtexxxt là gì?

Dtexxxt là một tiện ích mở rộng Chrome được phát triển bởi ibalajisankar, và tính năng chính của nó là "Dribbble shot description editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dtexxxt

Tải xuống các tệp mở rộng Dtexxxt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dtexxxt Dtexxxt
ID oakppeklcndfbdagdihgngadmidfkbkl
URL Chính Thức https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl
Mô tả Dribbble shot description editor
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ibalajisankar
Loại Thanh Toán free
Trang Web Mở Rộng https://balajisankar.tech/dtexxxt
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}