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.”。
擴展截圖
下載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 |
ID | glnmmegioanmhhhfdlhhgapcjdnhnibf |
官方網址 | 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" } } |