Bookmark Ninja - Bookmark All Tabs

Bookmarks all tabs in the browser with once click

What is Bookmark Ninja - Bookmark All Tabs?

Bookmark Ninja - Bookmark All Tabs is a Chrome extension developed by https://bookmarkninja.com, and its main feature is "Bookmarks all tabs in the browser with once click".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bookmark Ninja - Bookmark All Tabs Extension CRX File

Download Bookmark Ninja - Bookmark All Tabs 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
- All bookmarks are private by default, sharing is available optionally
- 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 with optional Dark Mode for a user friendly experience                    

Extension Basic Information

Name Bookmark Ninja - Bookmark All Tabs Bookmark Ninja - Bookmark All Tabs
ID gdcmijmdlfjoaonkfahljagjhlgjjcjk
Official URL https://chromewebstore.google.com/detail/bookmark-ninja-bookmark-a/gdcmijmdlfjoaonkfahljagjhlgjjcjk
Description Bookmarks all tabs in the browser with once click
File Size 32.03 KB
Installation Count 1,019
Current Version 2.0.0.1
Last Updated 2021-07-03
Publish Date 2020-04-13
Rating 4.00/5 Total 3 Ratings
Developer https://bookmarkninja.com
Email [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": "Bookmark Ninja - Bookmark All Tabs",
    "description": "Bookmarks all tabs in the browser with once click",
    "version": "2.0.0.1",
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.bookmarkninja.com\/"
    ],
    "background": {
        "scripts": [
            "bookmark-all-tabs.js"
        ]
    },
    "icons": {
        "16": "ninja2plus16.png",
        "48": "ninja2plus48.png",
        "128": "ninja2plus128.png"
    },
    "browser_action": {
        "default_title": "Bookmark All Tabs",
        "default_icon": {
            "16": "ninja2plus16.png",
            "32": "ninja2plus32.png",
            "48": "ninja2plus48.png",
            "128": "ninja2plus128.png"
        }
    },
    "manifest_version": 2
}