OneNav

OneNav可帮助你将浏览器书签集中式管理,解决跨设备、跨平台、跨浏览器之间同步和访问困难问题,做到一处部署,随处访问。

What is OneNav?

OneNav is a Chrome extension developed by https://www.xiaoz.me, and its main feature is "OneNav可帮助你将浏览器书签集中式管理,解决跨设备、跨平台、跨浏览器之间同步和访问困难问题,做到一处部署,随处访问。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download OneNav Extension CRX File

Download OneNav 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

                        OneNav是一款开源免费的书签(导航)管理程序,由xiaoz使用使用PHP + SQLite 3开发,界面简洁,安装简单,使用方便。OneNav可帮助你你将浏览器书签集中式管理,解决跨设备、跨平台、跨浏览器之间同步和访问困难问题,做到一处部署,随处访问。

使用前,您需要先自行部署OneNav,才能配合此扩展使用,帮助文档请参考:https://dwz.ovh/onenav

开源地址:https://github.com/helloxz/onenav                    

Extension Basic Information

Name OneNav OneNav
ID omlkjgkogkfpjbdigianpdbjncdchdco
Official URL https://chromewebstore.google.com/detail/onenav/omlkjgkogkfpjbdigianpdbjncdchdco
Description OneNav可帮助你将浏览器书签集中式管理,解决跨设备、跨平台、跨浏览器之间同步和访问困难问题,做到一处部署,随处访问。
File Size 171 KB
Installation Count 2,000
Current Version 1.0.0
Last Updated 2023-07-15
Publish Date 2022-04-21
Rating 5.00/5 Total 4 Ratings
Developer https://www.xiaoz.me
Email [email protected]
Payment Type free
Extension Website https://www.onenav.top/
Help Page URL https://dwz.ovh/vd0bw
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OneNav",
    "version": "1.0.0",
    "description": "OneNav\u53ef\u5e2e\u52a9\u4f60\u5c06\u6d4f\u89c8\u5668\u4e66\u7b7e\u96c6\u4e2d\u5f0f\u7ba1\u7406\uff0c\u89e3\u51b3\u8de8\u8bbe\u5907\u3001\u8de8\u5e73\u53f0\u3001\u8de8\u6d4f\u89c8\u5668\u4e4b\u95f4\u540c\u6b65\u548c\u8bbf\u95ee\u56f0\u96be\u95ee\u9898\uff0c\u505a\u5230\u4e00\u5904\u90e8\u7f72\uff0c\u968f\u5904\u8bbf\u95ee\u3002",
    "action": {
        "default_icon": ".\/assets\/onenav_icon.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/onenav_icon_16.png",
        "48": ".\/assets\/onenav_icon_48.png",
        "128": ".\/assets\/onenav_icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}