Bookmark Updater

A button that quickly updates the closest bookmark found to the open tab.

What is Bookmark Updater?

Bookmark Updater is a Chrome extension developed by alexander.bruun, and its main feature is "A button that quickly updates the closest bookmark found to the open tab.".

Extension Screenshots

screenshot

Download Bookmark Updater Extension CRX File

Download Bookmark Updater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.                    

Extension Basic Information

Name Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
Official URL https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Description A button that quickly updates the closest bookmark found to the open tab.
File Size 7.8 KB
Installation Count 24
Current Version 1.1.0
Last Updated 2022-02-19
Publish Date 2021-01-12
Rating 4.00/5 Total 2 Ratings
Developer alexander.bruun
Email [email protected]
Payment Type free
Supported Languages 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
}