Add to OneKeep
Add bookmark to your OneKeep account.
What is Add to OneKeep?
Add to OneKeep is a Chrome extension developed by https://onekeep.com, and its main feature is "Add bookmark to your OneKeep account.".
Extension Screenshots
Download Add to OneKeep Extension CRX File
Download Add to OneKeep 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
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.
Extension Basic Information
Name | Add to OneKeep |
ID | glnmmegioanmhhhfdlhhgapcjdnhnibf |
Official URL | https://chromewebstore.google.com/detail/add-to-onekeep/glnmmegioanmhhhfdlhhgapcjdnhnibf |
Description | Add bookmark to your OneKeep account. |
File Size | 9.15 KB |
Installation Count | 98 |
Current Version | 1.0.1 |
Last Updated | 2021-10-24 |
Publish Date | 2020-12-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://onekeep.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |