Cherry Browser extension
Browser extension for Cherry the open source self-hostable bookmark service
Cherry Browser extensionとは何ですか?
Cherry Browser extensionはhaishanによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for Cherry the open source self-hostable bookmark service」です。
拡張機能のスクリーンショット
Cherry Browser extension拡張機能のCRXファイルをダウンロード
Cherry Browser extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension for Cherry the open source self-hostable bookmark service. Source code: https://github.com/haishanh/cherry-periphery/tree/main/packages/ext
拡張機能の基本情報
名前 | Cherry Browser extension |
ID | klpbmdnmnbcabnaammeinopljnmdnili |
公式URL | https://chromewebstore.google.com/detail/cherry-browser-extension/klpbmdnmnbcabnaammeinopljnmdnili |
説明 | Browser extension for Cherry the open source self-hostable bookmark service |
ファイルサイズ | 57.09 KB |
インストール数 | 230 |
現在のバージョン | 0.0.6 |
最終更新日 | 2022-10-18 |
公開日 | 2022-08-23 |
開発者 | haishan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cherry Browser extension", "description": "Browser extension for Cherry the open source self-hostable bookmark service", "version": "0.0.6", "options_ui": { "page": "options.html", "browser_style": false, "open_in_tab": true }, "icons": { "16": "\/images\/leaf-16.png", "32": "\/images\/leaf-32.png", "48": "\/images\/leaf-48.png", "128": "\/images\/leaf-128.png" }, "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/leaf-16.png", "32": "\/images\/leaf-32.png", "48": "\/images\/leaf-48.png", "128": "\/images\/leaf-128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" } } } } |