Dtexxxt

Dribbble shot description editor

Dtexxxtคืออะไร?

Dtexxxt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ibalajisankar และคุณลักษณะหลักของมันคือ "Dribbble shot description editor"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dtexxxt

ดาวน์โหลดไฟล์ส่วนขยาย Dtexxxt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}