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" } |