Bookmark Ninja - Bookmark All Tabs

Bookmarks all tabs in the browser with once click

Wat is Bookmark Ninja - Bookmark All Tabs?

Bookmark Ninja - Bookmark All Tabs is een Chrome-extensie ontwikkeld door https://bookmarkninja.com, en de belangrijkste functie is "Bookmarks all tabs in the browser with once click".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark Ninja - Bookmark All Tabs

Download Bookmark Ninja - Bookmark All Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bookmark Ninja - Bookmark All Tabs Bookmark Ninja - Bookmark All Tabs
ID gdcmijmdlfjoaonkfahljagjhlgjjcjk
Officiële URL https://chromewebstore.google.com/detail/bookmark-ninja-bookmark-a/gdcmijmdlfjoaonkfahljagjhlgjjcjk
Beschrijving Bookmarks all tabs in the browser with once click
Bestandsgrootte 32.03 KB
Aantal Installaties 1,019
Huidige Versie 2.0.0.1
Laatst Bijgewerkt 2021-07-03
Publicatiedatum 2020-04-13
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://bookmarkninja.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.bookmarkninja.com/
URL van de Privacybeleid Pagina https://www.bookmarkninja.com/privacy-policy
Ondersteunde Talen 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
}