Plaza

Plaza

什麼是Plaza?

Plaza是由https://getplaza.app開發的Chrome擴展程式,該擴展的主要功能是“Plaza”。

擴展截圖

screenshot
screenshot
screenshot

下載Plaza擴展crx文件

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

擴展使用說明

                        Plaza is an in-browser commenting experience that opens the discussion in a second layer on top of websites and pages you view. 

Comment on anything online, see what other people are saying, upvote and downvote comments, and reply to other users, all without leaving the page. 

Stay tuned for our upcoming mobile app!                    

擴展基本資訊

名稱 Plaza Plaza
ID koaglamlcheihiplknebjibpfdegcfai
官方網址 https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai
簡介 Plaza
檔案大小 33.41 KB
安裝次數 26
目前版本 0.2.0
更新時間 2022-04-29
上架時間 2021-04-19
評分 5.00/5 共 7 次評分
開發者 https://getplaza.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://getplaza.co
說明頁面URL https://getplaza.co/feedback
隱私政策頁面URL https://getplaza.co/terms
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plaza",
    "description": "Plaza",
    "version": "0.2.0",
    "permissions": [
        "activeTab",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/localhost\/*",
        "https:\/\/www.getplaza.co\/",
        "http:\/\/www.getplaza.co\/",
        "https:\/\/getplaza.co\/",
        "https:\/\/getplaza.co\/*",
        "https:\/\/getplaza.co\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Plaza"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "*\/*\/*.png",
        "*\/*.png",
        "*\/*.png",
        "*.html",
        "*.css",
        "*.js",
        "*\/*.html",
        "*\/*.css",
        "*\/*.js"
    ],
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "manifest_version": 2
}