Commently

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

O que é Commently?

Commently é uma extensão do Chrome desenvolvida por Piqo Design, e sua principal característica é "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Commently

Baixe arquivos de extensão Commently no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Commently Commently
ID dhjaacbkomfnoiblphoeiiacgiaemild
URL Oficial https://chromewebstore.google.com/detail/commently/dhjaacbkomfnoiblphoeiiacgiaemild
Descrição You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.
Tamanho do Arquivo 14.84 KB
Contagem de Instalações 332
Versão Atual 0.1
Última Atualização 2022-02-17
Data de Publicação 2021-12-16
Classificação 4.85/5 Total de 13 Avaliações
Desenvolvedor Piqo Design
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://piqo.design/dribbble
URL da Página de Ajuda https://piqo.design
Idiomas Suportados 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"
    }
}