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 |
公式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 |
Eメール | [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" } } |