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开发的Chrome扩展程序,该扩展的主要功能是“PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…”。
扩展截图
下载PE Center扩展crx文件
下载PE Center扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/*" ] } |