url-chat
Here you can talk to other people that are seeing the same URL that you are now
Hvad er url-chat?
url-chat er en Chrome-udvidelse udviklet af willroquedev, og dens hovedfunktion er "Here you can talk to other people that are seeing the same URL that you are now".
Udvidelsesskærmbilleder
Download url-chat-udvidelses-CRX-fil
Download url-chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eaigekfdkfcepdmcincfoieinhjhdlma |
| Officiel URL | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
| Beskrivelse | Here you can talk to other people that are seeing the same URL that you are now |
| Filstørrelse | 341 KB |
| Antal Installationer | 113 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2018-02-24 |
| Udgivelsesdato | 2018-02-24 |
| Udvikler | willroquedev |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/WillRoque/url-chat |
| Understøttede Sprog | 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"
]
} | |