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
Eメール [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"
    }
}