url-chat
Here you can talk to other people that are seeing the same URL that you are now
Co to jest url-chat?
url-chat to rozszerzenie Chrome opracowane przez willroquedev, a jego główną funkcją jest „Here you can talk to other people that are seeing the same URL that you are now”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia url-chat
Pobierz pliki rozszerzeń url-chat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eaigekfdkfcepdmcincfoieinhjhdlma |
| Oficjalny URL | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
| Opis | Here you can talk to other people that are seeing the same URL that you are now |
| Rozmiar pliku | 341 KB |
| Liczba instalacji | 113 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2018-02-24 |
| Data Publikacji | 2018-02-24 |
| Deweloper | willroquedev |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/WillRoque/url-chat |
| Obsługiwane Języki | 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"
]
} | |