Grabox
Cross-browser bookmark synchronization tool.
What is Grabox?
Grabox is a Chrome extension developed by https://grabox.net, and its main feature is "Cross-browser bookmark synchronization tool.".
Extension Screenshots
Download Grabox Extension CRX File
Download Grabox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
操作简单,使用方便。 ⭐说明 使用Chrome的能力,将收藏的网站全部存储在云端,无论是特殊原因还是切换设备,都能迅速的找到之前保存的收藏网站,不至于丢失。 ⭐特点 📓 跨平台书签同步 🔎 快速收藏搜索 📂 收藏分组归类 🎉 分组分享 祝使用愉快,Enjoy it~ 如遇到问题,请邮件反馈 [email protected]
Extension Basic Information
Name | Grabox |
ID | nijbkefpoolpdgangaidjfojilcbnpfl |
Official URL | https://chromewebstore.google.com/detail/grabox/nijbkefpoolpdgangaidjfojilcbnpfl |
Description | Cross-browser bookmark synchronization tool. |
File Size | 18.17 MB |
Installation Count | 1,338 |
Current Version | 0.7.5 |
Last Updated | 2023-10-09 |
Publish Date | 2021-03-17 |
Rating | 4.25/5 Total 8 Ratings |
Developer | https://grabox.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.grabox.net |
Help Page URL | https://www.grabox.net |
Privacy Policy Page URL | https://www.grabox.net/privacy-policy |
Supported Languages | en,en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.7.5", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": ".\/icon\/icon.png", "48": ".\/icon\/icon.png", "128": ".\/icon\/icon.png" }, "action": { "default_icon": ".\/icon\/icon-32.png", "default_title": "Grabox", "default_popup": "popup.html" }, "manifest_version": 3, "permissions": [ "storage", "bookmarks", "tabs" ], "host_permissions": [ "https:\/\/api.grabox.net\/" ], "homepage_url": "https:\/\/www.grabox.net" } |