Bookmark Box
This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser
Bookmark Boxとは何ですか?
Bookmark BoxはAnshul Srivastavaによって開発されたChromeの拡張機能で、その主な機能は「This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser」です。
拡張機能のスクリーンショット
Bookmark Box拡張機能のCRXファイルをダウンロード
Bookmark Box拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bookmark Box takes your browser's bookmarks and stores them in your Dropbox account, and synchronize them across multiple computers and web browsers. Available for Google Chrome and Firefox Firefox : https://addons.mozilla.org/en-US/firefox/addon/bookmark-box/ Coming soon for Safari and Internet Explorer
拡張機能の基本情報
名前 | Bookmark Box |
ID | eghjldnoldfcnfgfkbnmcbaalnkljphi |
公式URL | https://chromewebstore.google.com/detail/bookmark-box/eghjldnoldfcnfgfkbnmcbaalnkljphi |
説明 | This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser |
ファイルサイズ | 362 KB |
インストール数 | 87 |
現在のバージョン | 2.0.4 |
最終更新日 | 2020-05-25 |
公開日 | 2020-05-24 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | Anshul Srivastava |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Box", "author": "Anshul Srivastava", "description": "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser", "version": "2.0.4", "icons": { "16": "img\/Bookmark-Box-icon-16.png", "48": "img\/Bookmark-Box-icon-48.png", "128": "img\/Bookmark-Box-icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "img\/Bookmark-Box-icon-19.png", "38": "img\/Bookmark-Box-icon-38.png" }, "default_popup": "popup.html", "default_title": "Bookmark Box" }, "minimum_chrome_version": "30", "permissions": [ "https:\/\/www.dropbox.com\/", "bookmarks", "storage", "tabs", "https:\/\/anshul-srivastava.github.io\/bookmark-box\/*", "https:\/\/programmingblah.com\/bookmark-box\/*", "notifications" ], "web_accessible_resources": [ "chrome_oauth_receiver.html" ] } |