Add to OneKeep

Add bookmark to your OneKeep account.

什么是Add to OneKeep?

Add to OneKeep是由https://onekeep.com开发的Chrome扩展程序,该扩展的主要功能是“Add bookmark to your OneKeep account.”。

扩展截图

screenshot
screenshot

下载Add to OneKeep扩展crx文件

下载Add to OneKeep扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add bookmarks to your OneKeep account.

OneKeep.com is a professional online bookmark manager.

Save your bookmarks in onekeep.com, visit them anywhere.
Create multilevel folders, organize bookmarks neatly.
Import and export bookmarks easily.
Search bookmarks and view visit history conveniently.                    

扩展基本信息

名称 Add to OneKeep Add to OneKeep
ID glnmmegioanmhhhfdlhhgapcjdnhnibf
官方URL https://chromewebstore.google.com/detail/add-to-onekeep/glnmmegioanmhhhfdlhhgapcjdnhnibf
简介 Add bookmark to your OneKeep account.
文件大小 9.15 KB
安装次数 98
当前版本 1.0.1
更新时间 2021-10-24
上架时间 2020-12-14
评分 5.00/5 共1次评分
开发者 https://onekeep.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to OneKeep",
    "version": "1.0.1",
    "description": "Add bookmark to your OneKeep account.",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add bookmark to OneKeep",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}