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
Eメール [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
}