Talking Url
Talking URL allows you to communicate with anyone who watching the same web page that you visit.
Что такое Talking Url?
Talking Url - это расширение Chrome, разработанное https://www.talkingurl.com, и его основная функция - "Talking URL allows you to communicate with anyone who watching the same web page that you visit.".
Снимки экрана расширения
Скачать файл CRX расширения Talking Url
Скачайте файлы расширений 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 |
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" } |