Talking Url

Talking URL allows you to communicate with anyone who watching the same web page that you visit.

Was ist Talking Url?

Talking Url ist eine Chrome-Erweiterung, die von https://www.talkingurl.com entwickelt wurde, und ihr Hauptmerkmal ist "Talking URL allows you to communicate with anyone who watching the same web page that you visit.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Talking Url-Erweiterungs-CRX-Datei herunterladen

Laden Sie Talking Url-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Talking Url Talking Url
ID cjnngddfenkcpolmkaobpgmejhbmighk
Offizielle URL https://chromewebstore.google.com/detail/talking-url/cjnngddfenkcpolmkaobpgmejhbmighk
Beschreibung Talking URL allows you to communicate with anyone who watching the same web page that you visit.
Dateigröße 78.32 KB
Installationsanzahl 331
Aktuelle Version 1.9.5
Letztes Update 2013-03-06
Veröffentlichungsdatum 2013-03-05
Bewertung 4.73/5 Insgesamt 100 Bewertungen
Entwickler https://www.talkingurl.com
Zahlungsart free
Erweiterungswebsite http://talkingurl.com
Hilfeseite URL http://www.talkingurl.com/features.aspx
Unterstützte Sprachen 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"
}