Cherry Browser extension
Browser extension for Cherry the open source self-hostable bookmark service
Cherry Browser extensionคืออะไร?
Cherry Browser extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haishan และคุณลักษณะหลักของมันคือ "Browser extension for Cherry the open source self-hostable bookmark service"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cherry Browser extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } } } |