Talking Url

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

Talking Url क्या है?

Talking Url https://www.talkingurl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Talking URL allows you to communicate with anyone who watching the same web page that you visit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Talking Url एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Talking Url Talking Url
ID cjnngddfenkcpolmkaobpgmejhbmighk
आधिकारिक URL https://chromewebstore.google.com/detail/talking-url/cjnngddfenkcpolmkaobpgmejhbmighk
विवरण Talking URL allows you to communicate with anyone who watching the same web page that you visit.
फ़ाइल का आकार 78.32 KB
स्थापना संख्या 331
वर्तमान संस्करण 1.9.5
अंतिम अपडेट 2013-03-06
प्रकाशन तिथि 2013-03-05
रेटिंग 4.73/5 कुल 100 रेटिंग्स
डेवलपर https://www.talkingurl.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://talkingurl.com
सहायता पृष्ठ URL http://www.talkingurl.com/features.aspx
समर्थित भाषाएँ 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"
}