url-chat

Here you can talk to other people that are seeing the same URL that you are now

Vad är url-chat?

url-chat är en Chrome-tillägg utvecklad av willroquedev, och dess huvudfunktion är "Here you can talk to other people that are seeing the same URL that you are now".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner url-chat-förlängningens CRX-fil

Ladda ner url-chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn url-chat url-chat
ID eaigekfdkfcepdmcincfoieinhjhdlma
Officiell webbadress https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma
Beskrivning Here you can talk to other people that are seeing the same URL that you are now
Filstorlek 341 KB
Antal Installationer 113
Aktuell Version 1.0.1
Senast Uppdaterad 2018-02-24
Publiceringsdatum 2018-02-24
Utvecklare willroquedev
Betalningssätt free
Tilläggswebbplats https://github.com/WillRoque/url-chat
Stödda Språk 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"
    ]
}