Comment Everywhere

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

Comment Everywhere là gì?

Comment Everywhere là một tiện ích mở rộng Chrome được phát triển bởi Adriano Moura, và tính năng chính của nó là "This extension allows the user to comment at any page on the internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Comment Everywhere

Tải xuống các tệp mở rộng Comment Everywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Comment Everywhere Comment Everywhere
ID cnelhcjkccamojhmmncfdhdhlgocmdjc
URL Chính Thức https://chromewebstore.google.com/detail/comment-everywhere/cnelhcjkccamojhmmncfdhdhlgocmdjc
Mô tả This extension allows the user to comment at any page on the internet
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2021-08-29
Ngày Phát Hành 2020-05-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Adriano Moura
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}