Kickstarter Super Commenter
This extension improves Kickstarter's campaign comments page
Cos'è Kickstarter Super Commenter?
Kickstarter Super Commenter è un'estensione di Chrome sviluppata da Kevin B, e la sua funzione principale è "This extension improves Kickstarter's campaign comments page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kickstarter Super Commenter
Scarica i file di estensione Kickstarter Super Commenter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This adds the following features to a Kickstarter campaign's comments page:
- Auto updating
- Quickly reply to comments with an appropriate @Mention
- Find previous comment by someone who was @Mentioned
- Highlight comments where you are @Mentioned Informazioni di Base sull'Estensione
| Nome | |
| ID | cocohbfejblbhhcbadjnmhmchbndnaom |
| URL Ufficiale | https://chromewebstore.google.com/detail/kickstarter-super-comment/cocohbfejblbhhcbadjnmhmchbndnaom |
| Descrizione | This extension improves Kickstarter's campaign comments page |
| Dimensione del File | 55.75 KB |
| Conteggio Installazioni | 122 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2016-11-29 |
| Data di Pubblicazione | 2016-11-29 |
| Valutazione | 3.71/5 Totale 7 Valutazioni |
| Sviluppatore | Kevin B |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kickstarter Super Commenter",
"description": "This extension improves Kickstarter's campaign comments page",
"version": "0.0.2",
"permissions": [
"*:\/\/*.kickstarter.com\/projects\/*\/*\/comments"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.kickstarter.com\/projects\/*\/*\/comments"
],
"run_at": "document_idle",
"css": [
"tooltipster.bundle.min.css",
"KSC.css"
],
"js": [
"jquery-3.1.1.min.js",
"tooltipster.bundle.min.js",
"KSC.js"
]
}
]
} | |