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開發的Chrome擴展程式,該擴展的主要功能是“Talking URL allows you to communicate with anyone who watching the same web page that you visit.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Talking Url擴展crx文件

下載Talking Url擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}