Add to Bookmark Ninja
Adds the current web page to Bookmark Ninja
Was ist Add to Bookmark Ninja?
Add to Bookmark Ninja ist eine Chrome-Erweiterung, die von https://bookmarkninja.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds the current web page to Bookmark Ninja".
Erweiterungsscreenshots
Add to Bookmark Ninja-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add to Bookmark Ninja-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Add to Bookmark Ninja |
ID | hmgmifibcffppfbblhngfcojbahedikh |
Offizielle URL | https://chromewebstore.google.com/detail/add-to-bookmark-ninja/hmgmifibcffppfbblhngfcojbahedikh |
Beschreibung | Adds the current web page to Bookmark Ninja |
Dateigröße | 11.6 KB |
Installationsanzahl | 3,245 |
Aktuelle Version | 1.0.0.4 |
Letztes Update | 2021-02-23 |
Veröffentlichungsdatum | 2020-04-08 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://bookmarkninja.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.bookmarkninja.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.bookmarkninja.com/privacy-policy |
Unterstützte Sprachen | 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 } |