Talking Url
Talking URL allows you to communicate with anyone who watching the same web page that you visit.
Cos'è Talking Url?
Talking Url è un'estensione di Chrome sviluppata da https://www.talkingurl.com, e la sua funzione principale è "Talking URL allows you to communicate with anyone who watching the same web page that you visit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talking Url
Scarica i file di estensione Talking Url 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
talking URL allows you to communicate and share your knowledge, opinions or just chat with anyone who watching the same web page as you Features: ------------- * NEW: Small Village Mode - now everyone can talk globally in one language - try it! * Real-time "most-talking-url" row (now built-in the extension) - shows where conversations are now occurring. * Talk with anyone, everywhere over the net! * Completely Anonymously - No registration to any social network is needed, just press the talking-url icon, and start chatting ! * Visit any page on the entire web to find out people with the same intrests as you and start having conversation with them * Enables you to get live status about what going on at any site by coping the address and paste it at the URL History Page at our website http://www.talkingurl.com
Informazioni di Base sull'Estensione
Nome | Talking Url |
ID | cjnngddfenkcpolmkaobpgmejhbmighk |
URL Ufficiale | https://chromewebstore.google.com/detail/talking-url/cjnngddfenkcpolmkaobpgmejhbmighk |
Descrizione | Talking URL allows you to communicate with anyone who watching the same web page that you visit. |
Dimensione del File | 78.32 KB |
Conteggio Installazioni | 331 |
Versione Corrente | 1.9.5 |
Ultimo Aggiornamento | 2013-03-06 |
Data di Pubblicazione | 2013-03-05 |
Valutazione | 4.73/5 Totale 100 Valutazioni |
Sviluppatore | https://www.talkingurl.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://talkingurl.com |
URL della Pagina di Aiuto | http://www.talkingurl.com/features.aspx |
Lingue Supportate | en |
manifest.json | |
{ "background": { "page": "services.html", "persistent": true }, "browser_action": { "default_icon": "Icons\/19.png", "default_popup": "main.html" }, "content_scripts": [ { "js": [ "jquery.js", "jquerycolor.js", "Services.js", "main.js" ], "matches": [ "http:\/\/engine.talkingurl.com\/*" ] } ], "description": "Talking URL allows you to communicate with anyone who watching the same web page that you visit.", "icons": { "128": "Icons\/128.png", "16": "Icons\/16.png", "48": "Icons\/48.png" }, "homepage_url": "http:\/\/www.talkingurl.com", "name": "Talking Url", "permissions": [ "tabs", "http:\/\/*.talkingurl.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.9.5" } |