Commently

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

Was ist Commently?

Commently ist eine Chrome-Erweiterung, die von Piqo Design entwickelt wurde, und ihr Hauptmerkmal ist "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.".

Erweiterungsscreenshots

screenshot
screenshot

Commently-Erweiterungs-CRX-Datei herunterladen

Laden Sie Commently-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Commently Commently
ID dhjaacbkomfnoiblphoeiiacgiaemild
Offizielle URL https://chromewebstore.google.com/detail/commently/dhjaacbkomfnoiblphoeiiacgiaemild
Beschreibung You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.
Dateigröße 14.84 KB
Installationsanzahl 332
Aktuelle Version 0.1
Letztes Update 2022-02-17
Veröffentlichungsdatum 2021-12-16
Bewertung 4.85/5 Insgesamt 13 Bewertungen
Entwickler Piqo Design
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://piqo.design/dribbble
Hilfeseite URL https://piqo.design
Unterstützte Sprachen 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"
    }
}