Example Chrome Extension
Open source browser extension with dozens of interactive demos.
Example Chrome Extensionとは何ですか?
Example Chrome Extensionはhttps://buildingbrowserextensions.comによって開発されたChromeの拡張機能で、その主な機能は「Open source browser extension with dozens of interactive demos.」です。
拡張機能のスクリーンショット
Example Chrome Extension拡張機能のCRXファイルをダウンロード
Example Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Learn how the pieces of browser extensions fit together by exploring this open source browser extension. Each demo shows how various pieces of browser extensions work, and each includes links to the specific source files. Full source code can be found on Github: https://github.com/msfrisbie/demo-browser-extension
拡張機能の基本情報
名前 | Example Chrome Extension |
ID | jnofdoejfipgalklopidpdeofjebihcf |
公式URL | https://chromewebstore.google.com/detail/example-chrome-extension/jnofdoejfipgalklopidpdeofjebihcf |
説明 | Open source browser extension with dozens of interactive demos. |
ファイルサイズ | 1.3 MB |
インストール数 | 459 |
現在のバージョン | 1.0.21 |
最終更新日 | 2024-02-29 |
公開日 | 2022-06-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://buildingbrowserextensions.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.buildingbrowserextensions.com |
プライバシーポリシーページのURL | https://www.trackandtrace.tools/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.21", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmuD0TSQbILKC4482AYrlObXdyPcCSxmSUEwaFAulTCdrFJr1zLLn7AMxrt8sYv32q7hKPj0jLWxvm6FHkF0fJ1+jgnnBtbkozCKyS9PgGVnGqTs\/dJkwBwccuSCXKr0nRbn2RRQZw0IS\/V312H8P\/\/fZcOh0Of4Q4+jw6RNGMLWqfZySj08hnQKVd564DLyKYPqsxBd\/x8pER+OmHMbm8LQEh4VKCJBjjhj3GwsIFo7e9IXizQFOW8YdzWkgFV6WsUniB4fIWTNPEEWQ5qGm\/Bd4o0u0z2Yk73VvNDVYBBefFgIi3TsJssrShgkJAyWz3tNCF11J9EpLWnZIXByioQIDAQAB", "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "components\/popup\/popup.html" }, "options_ui": { "open_in_tab": false, "page": "components\/options\/options.html" }, "content_scripts": [ { "matches": [ " |