Comment Everywhere

This extension allows the user to comment at any page on the internet

Comment Everywhereとは何ですか?

Comment EverywhereはAdriano Mouraによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to comment at any page on the internet」です。

拡張機能のスクリーンショット

screenshot
screenshot

Comment Everywhere拡張機能のCRXファイルをダウンロード

Comment Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this extension any web site will can receive comments and reviews, you will be able to share your opinion about a site, product, company, etc, and see others people opinions

You will be able see all comments made in any URL, and to make your own comment ou review you will only need to login with your Google Account                    

拡張機能の基本情報

名前 Comment Everywhere Comment Everywhere
ID cnelhcjkccamojhmmncfdhdhlgocmdjc
公式URL https://chromewebstore.google.com/detail/comment-everywhere/cnelhcjkccamojhmmncfdhdhlgocmdjc
説明 This extension allows the user to comment at any page on the internet
ファイルサイズ 1.27 MB
インストール数 37
現在のバージョン 0.1.2
最終更新日 2021-08-29
公開日 2020-05-25
評価 5.00/5 合計 2 レビュー
開発者 Adriano Moura
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Everywhere",
    "description": "This extension allows the user to comment at any page on the internet",
    "version": "0.1.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Comment here"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "page": "app\/background.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-b6IMLg6aurQE6MkquJ7FXc3\/iimLsg2bB+hjY\/3yZmc=' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'"
}