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 |
Eメール | [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\/*" ] } |