Chatension
Chat on any url
Cos'è Chatension?
Chatension è un'estensione di Chrome sviluppata da https://chatension.herokuapp.com, e la sua funzione principale è "Chat on any url".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chatension
Scarica i file di estensione Chatension 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
a Google Chrome extension that lets you chat on any site by creating a room using the current url. Chat with people on Reddit. Discuss the news on CNN. THE OPTIONS ARE ENDLESS. LOUD NOISES. Informazioni di Base sull'Estensione
| Nome | |
| ID | alegpcekacoaalpibpakojofjfajjdho |
| URL Ufficiale | https://chromewebstore.google.com/detail/chatension/alegpcekacoaalpibpakojofjfajjdho |
| Descrizione | Chat on any url |
| Dimensione del File | 13.88 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2015-12-09 |
| Data di Pubblicazione | 2015-12-09 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | https://chatension.herokuapp.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://chatension.herokuapp.com/ |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chatension",
"description": "Chat on any url",
"version": "1.0.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "chatensionLogo.png",
"default_title": "Click here!"
},
"permissions": [
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |