Sidewalk.Chat

Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! Chat with people on the…

什麼是Sidewalk.Chat?

Sidewalk.Chat是由sidewalk.chat開發的Chrome擴展程式,該擴展的主要功能是“Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! Chat with people on the…”。

擴展截圖

screenshot
screenshot
screenshot

下載Sidewalk.Chat擴展crx文件

下載Sidewalk.Chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! 

Chat with people on the same website anonymously. You can find people specifically looking at the same page as you, or just talk to everyone looking at the same website as a whole. Find friends on the web in a whole new way!

This app is currently in early stages of development. Please stay tuned for more features and stability updates!

**** Latest as of version 0.8 ****
Huge UI and logic rewrite! This is the first step toward our v1!
*********************************                    

擴展基本資訊

名稱 Sidewalk.Chat Sidewalk.Chat
ID denbpdkchnadclbjgpdgaclebnghkfna
官方網址 https://chromewebstore.google.com/detail/sidewalkchat/denbpdkchnadclbjgpdgaclebnghkfna
簡介 Ever wonder what other people are thinking looking at the same web page as you? Now you can find out! Chat with people on the…
檔案大小 3.52 MB
安裝次數 7,959
目前版本 0.8.6
更新時間 2024-02-19
上架時間 2020-07-04
評分 5.00/5 共 13 次評分
開發者 sidewalk.chat
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sidewalk.chat/
說明頁面URL https://sidewalk.chat/
隱私政策頁面URL https://sidewalk.chat/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sidewalk.Chat",
    "version": "0.8.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/css\/inPageStyles.css"
            ],
            "js": [
                "onPageAlert.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "tabs"
    ],
    "action": {
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "assets\/img\/sidewalkchatArtboard116.png",
            "32": "assets\/img\/sidewalkchatArtboard132.png",
            "48": "assets\/img\/sidewalkchatArtboard164.png",
            "128": "assets\/img\/sidewalkchatArtboard1128.png"
        }
    },
    "options_page": "views\/settings.html",
    "icons": {
        "16": "assets\/img\/sidewalkchatArtboard116.png",
        "32": "assets\/img\/sidewalkchatArtboard132.png",
        "48": "assets\/img\/sidewalkchatArtboard164.png",
        "128": "assets\/img\/sidewalkchatArtboard1128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    }
}