Add to Bookmark Ninja

Adds the current web page to Bookmark Ninja

Wat is Add to Bookmark Ninja?

Add to Bookmark Ninja is een Chrome-extensie ontwikkeld door https://bookmarkninja.com, en de belangrijkste functie is "Adds the current web page to Bookmark Ninja".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Add to Bookmark Ninja

Download Add to Bookmark Ninja-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
- 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                    

Basisinformatie over de Extensie

Naam Add to Bookmark Ninja Add to Bookmark Ninja
ID hmgmifibcffppfbblhngfcojbahedikh
Officiële URL https://chromewebstore.google.com/detail/add-to-bookmark-ninja/hmgmifibcffppfbblhngfcojbahedikh
Beschrijving Adds the current web page to Bookmark Ninja
Bestandsgrootte 11.6 KB
Aantal Installaties 3,245
Huidige Versie 1.0.0.4
Laatst Bijgewerkt 2021-02-23
Publicatiedatum 2020-04-08
Beoordeling 5.00/5 Totaal 7 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": "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
}