Bookmark Updater
A button that quickly updates the closest bookmark found to the open tab.
Qu'est-ce que Bookmark Updater ?
Bookmark Updater est une extension Chrome développée par alexander.bruun, et sa fonction principale est "A button that quickly updates the closest bookmark found to the open tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Updater
Téléchargez les fichiers d'extension Bookmark Updater 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
Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.
Informations de Base sur l'Extension
Nom | Bookmark Updater |
ID | hjhffdgfjfkkjnllljaidejgbhhldice |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice |
Description | A button that quickly updates the closest bookmark found to the open tab. |
Taille du Fichier | 7.8 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-02-19 |
Date de Publication | 2021-01-12 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | alexander.bruun |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "author": "Alexander Bruun", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Updater", "description": "A button that quickly updates the closest bookmark found to the open tab.", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Bookmark Updater", "default_icon": "icon.png" }, "offline_enabled": true } |