Chatension
Chat on any url
Wat is Chatension?
Chatension is een Chrome-extensie ontwikkeld door https://chatension.herokuapp.com, en de belangrijkste functie is "Chat on any url".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatension
Download Chatension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Chatension |
ID | alegpcekacoaalpibpakojofjfajjdho |
Officiële URL | https://chromewebstore.google.com/detail/chatension/alegpcekacoaalpibpakojofjfajjdho |
Beschrijving | Chat on any url |
Bestandsgrootte | 13.88 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2015-12-09 |
Publicatiedatum | 2015-12-09 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://chatension.herokuapp.com |
Betalingswijze | free |
Extensiewebsite | https://chatension.herokuapp.com/ |
Ondersteunde Talen | 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:\/\/*\/*" ] } |