Add to Bookmark Ninja
Adds the current web page to Bookmark Ninja
What is Add to Bookmark Ninja?
Add to Bookmark Ninja is a Chrome extension developed by https://bookmarkninja.com, and its main feature is "Adds the current web page to Bookmark Ninja".
Extension Screenshots
Download Add to Bookmark Ninja Extension CRX File
Download Add to Bookmark Ninja 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
Bookmark Ninja - online bookmark manager - Access your bookmarks on any device (desktop, notebook, mobile) in any browser - Import your current bookmarks from your browser or any other bookmark manager - Quick access support for frequently used bookmarks - Support for handling and organizing large number of bookmarks with advanced tag management - Clean and simple UI for a user friendly experience
Extension Basic Information
Name | Add to Bookmark Ninja |
ID | hmgmifibcffppfbblhngfcojbahedikh |
Official URL | https://chromewebstore.google.com/detail/add-to-bookmark-ninja/hmgmifibcffppfbblhngfcojbahedikh |
Description | Adds the current web page to Bookmark Ninja |
File Size | 11.6 KB |
Installation Count | 3,245 |
Current Version | 1.0.0.4 |
Last Updated | 2021-02-23 |
Publish Date | 2020-04-08 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://bookmarkninja.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.bookmarkninja.com/ |
Privacy Policy Page URL | https://www.bookmarkninja.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Bookmark Ninja", "description": "Adds the current web page to Bookmark Ninja", "version": "1.0.0.4", "permissions": [ "tabs" ], "background": { "scripts": [ "add-bookmark.js" ] }, "icons": { "16": "ninjaplus16.png", "48": "ninjaplus48.png", "128": "ninjaplus128.png" }, "browser_action": { "default_title": "Add to Ninja", "default_icon": { "16": "ninjaplus16.png", "32": "ninjaplus32.png", "48": "ninjaplus48.png", "128": "ninjaplus128.png" } }, "manifest_version": 2 } |