Commently

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

What is Commently?

Commently is a Chrome extension developed by Piqo Design, and its main feature is "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.".

Extension Screenshots

screenshot
screenshot

Download Commently Extension CRX File

Download Commently extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Commently Commently
ID dhjaacbkomfnoiblphoeiiacgiaemild
Official URL https://chromewebstore.google.com/detail/commently/dhjaacbkomfnoiblphoeiiacgiaemild
Description You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.
File Size 14.84 KB
Installation Count 332
Current Version 0.1
Last Updated 2022-02-17
Publish Date 2021-12-16
Rating 4.85/5 Total 13 Ratings
Developer Piqo Design
Email [email protected]
Payment Type free
Extension Website https://piqo.design/dribbble
Help Page URL https://piqo.design
Supported Languages 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"
    }
}