Commently

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

什么是Commently?

Commently是由Piqo Design开发的Chrome扩展程序,该扩展的主要功能是“You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.”。

扩展截图

screenshot
screenshot

下载Commently扩展crx文件

下载Commently扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Commently Commently
ID dhjaacbkomfnoiblphoeiiacgiaemild
官方URL https://chromewebstore.google.com/detail/commently/dhjaacbkomfnoiblphoeiiacgiaemild
简介 You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.
文件大小 14.84 KB
安装次数 332
当前版本 0.1
更新时间 2022-02-17
上架时间 2021-12-16
评分 4.85/5 共13次评分
开发者 Piqo Design
电子邮箱 [email protected]
付费类型 free
扩展官网 https://piqo.design/dribbble
帮助页面URL https://piqo.design
支持的语言 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"
    }
}