Commently

You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.

ما هو Commently؟

Commently هو إضافة Chrome تم تطويرها بواسطة Piqo Design، والميزة الرئيسية لها هي "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Commently

قم بتنزيل ملفات الامتداد Commently بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Dribbbe quick feedbacks!
The easiest way to share your feedback on dribbble!

From now on you can comment faster, I mean really fast! On Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comment suggestions you can see other options with a refreshing button.

This chrome extension is now available for free! Make sure to share this with your Dribbbler friends!                    

معلومات أساسية عن التمديد

الاسم Commently Commently
ID dhjaacbkomfnoiblphoeiiacgiaemild
عنوان URL الرسمي https://chromewebstore.google.com/detail/commently/dhjaacbkomfnoiblphoeiiacgiaemild
الوصف You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.
حجم الملف 14.84 KB
عدد التثبيتات 332
النسخة الحالية 0.1
آخر تحديث 2022-02-17
تاريخ النشر 2021-12-16
تقييم 4.85/5 مجموع تقييمات 13
المطور Piqo Design
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://piqo.design/dribbble
عنوان صفحة المساعدة https://piqo.design
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commently",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}