PE Center

PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…

PE Center là gì?

PE Center là một tiện ích mở rộng Chrome được phát triển bởi Victor de la Fouchardière, và tính năng chính của nó là "PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…".

Ả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 PE Center

Tải xuống các tệp mở rộng PE Center 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

                        PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles from the Google's official products (YouTube, Google Chrome, ...). This web extension also allows to retrieve the latest posts created on the official Google's communities.

In video : https://www.youtube.com/watch?v=BDYCFtLuT1M

The list of products and languages is detailed here : https://github.com/viclafouch/PE-Center                    

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

Tên PE Center PE Center
ID hanknpkmjbfhcalmipokkfplndkohgdm
URL Chính Thức https://chromewebstore.google.com/detail/pe-center/hanknpkmjbfhcalmipokkfplndkohgdm
Mô tả PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…
Kích Thước Tệp 443 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 3.4.0
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2020-05-21
Đánh Giá 4.91/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Victor de la Fouchardière
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.0",
    "name": "PE Center",
    "short_name": "PE Center",
    "manifest_version": 3,
    "author": "Victor de la Fouchardiere",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup-dark.html",
        "default_title": "PE Center",
        "default_icon": "icons\/icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/support.google.com\/*"
            ],
            "js": [
                "support.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/pe-crawler-static.vercel.app\/*"
    ]
}