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.”。
擴展截圖
下載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 |
ID | dhjaacbkomfnoiblphoeiiacgiaemild |
官方網址 | 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" } } |