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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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"
} | |