Bookmark Ninja - Bookmark All Tabs
Bookmarks all tabs in the browser with once click
Qu'est-ce que Bookmark Ninja - Bookmark All Tabs ?
Bookmark Ninja - Bookmark All Tabs est une extension Chrome développée par https://bookmarkninja.com, et sa fonction principale est "Bookmarks all tabs in the browser with once click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Ninja - Bookmark All Tabs
Téléchargez les fichiers d'extension Bookmark Ninja - Bookmark All Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Bookmark Ninja - Bookmark All Tabs |
ID | gdcmijmdlfjoaonkfahljagjhlgjjcjk |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-ninja-bookmark-a/gdcmijmdlfjoaonkfahljagjhlgjjcjk |
Description | Bookmarks all tabs in the browser with once click |
Taille du Fichier | 32.03 KB |
Nombre d'Installations | 1,019 |
Version Actuelle | 2.0.0.1 |
Dernière Mise à Jour | 2021-07-03 |
Date de Publication | 2020-04-13 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://bookmarkninja.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.bookmarkninja.com/ |
URL de la Page de Politique de Confidentialité | https://www.bookmarkninja.com/privacy-policy |
Langues Prises en Charge | 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 } |