Bookmark Updater
A button that quickly updates the closest bookmark found to the open tab.
Wat is Bookmark Updater?
Bookmark Updater is een Chrome-extensie ontwikkeld door alexander.bruun, en de belangrijkste functie is "A button that quickly updates the closest bookmark found to the open tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark Updater
Download Bookmark Updater-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
Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.
Basisinformatie over de Extensie
Naam | Bookmark Updater |
ID | hjhffdgfjfkkjnllljaidejgbhhldice |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice |
Beschrijving | A button that quickly updates the closest bookmark found to the open tab. |
Bestandsgrootte | 7.8 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-02-19 |
Publicatiedatum | 2021-01-12 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | alexander.bruun |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |