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
官方URL 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
}