Commently

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

Co je Commently?

Commently je rozšíření Chrome vyvinuté Piqo Design, a jeho hlavní funkcí je „You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Commently

Stáhněte si soubory rozšíření Commently ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Commently Commently
ID dhjaacbkomfnoiblphoeiiacgiaemild
Oficiální URL https://chromewebstore.google.com/detail/commently/dhjaacbkomfnoiblphoeiiacgiaemild
Popis You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.
Velikost souboru 14.84 KB
Počet instalací 332
Aktuální Verze 0.1
Poslední Aktualizace 2022-02-17
Datum Vydání 2021-12-16
Hodnocení 4.85/5 Celkem 13 Hodnocení
Vývojář Piqo Design
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://piqo.design/dribbble
URL Stránky Nápovědy https://piqo.design
Podporované Jazyky 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"
    }
}