Commently

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

Qu'est-ce que Commently ?

Commently est une extension Chrome développée par Piqo Design, et sa fonction principale est "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Commently

Téléchargez les fichiers d'extension Commently au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Commently Commently
ID dhjaacbkomfnoiblphoeiiacgiaemild
URL Officiel 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.
Taille du Fichier 14.84 KB
Nombre d'Installations 332
Version Actuelle 0.1
Dernière Mise à Jour 2022-02-17
Date de Publication 2021-12-16
Évaluation 4.85/5 Total 13 Évaluations
Développeur Piqo Design
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://piqo.design/dribbble
URL de la Page d'Aide https://piqo.design
Langues Prises en Charge 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"
    }
}