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 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" } } } } |