Commently
You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.
Hvad er Commently?
Commently er en Chrome-udvidelse udviklet af Piqo Design, og dens hovedfunktion er "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.".
Udvidelsesskærmbilleder
Download Commently-udvidelses-CRX-fil
Download Commently-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dhjaacbkomfnoiblphoeiiacgiaemild |
| Officiel URL | https://chromewebstore.google.com/detail/commently/dhjaacbkomfnoiblphoeiiacgiaemild |
| Beskrivelse | You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments. |
| Filstørrelse | 14.84 KB |
| Antal Installationer | 332 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2022-02-17 |
| Udgivelsesdato | 2021-12-16 |
| Bedømmelse | 4.85/5 Samlet 13 Bedømmelser |
| Udvikler | Piqo Design |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://piqo.design/dribbble |
| Hjælpeside-URL | https://piqo.design |
| Understøttede Sprog | 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"
}
} | |