url-chat
Here you can talk to other people that are seeing the same URL that you are now
Τι είναι το url-chat;
Το url-chat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον willroquedev, και η κύρια λειτουργία του είναι "Here you can talk to other people that are seeing the same URL that you are now".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης url-chat
Λήψη αρχείων επέκτασης url-chat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | eaigekfdkfcepdmcincfoieinhjhdlma |
| Επίσημο URL | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
| Περιγραφή | Here you can talk to other people that are seeing the same URL that you are now |
| Μέγεθος Αρχείου | 341 KB |
| Αριθμός Εγκαταστάσεων | 113 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2018-02-24 |
| Ημερομηνία Δημοσίευσης | 2018-02-24 |
| Προγραμματιστής | willroquedev |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/WillRoque/url-chat |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "url-chat",
"description": "Here you can talk to other people that are seeing the same URL that you are now",
"version": "1.0.1",
"browser_action": {
"default_icon": "\/img\/chat_small.png",
"default_popup": "\/index.html",
"default_title": "Click to open this URL's chat"
},
"permissions": [
"activeTab",
"storage"
]
} | |