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 क्या है?

PE Center Victor de la Fouchardière द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PE Center एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम PE Center PE Center
ID hanknpkmjbfhcalmipokkfplndkohgdm
आधिकारिक URL https://chromewebstore.google.com/detail/pe-center/hanknpkmjbfhcalmipokkfplndkohgdm
विवरण PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…
फ़ाइल का आकार 443 KB
स्थापना संख्या 176
वर्तमान संस्करण 3.4.0
अंतिम अपडेट 2023-12-11
प्रकाशन तिथि 2020-05-21
रेटिंग 4.91/5 कुल 22 रेटिंग्स
डेवलपर Victor de la Fouchardière
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}