Bookmark Updater

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

Hvad er Bookmark Updater?

Bookmark Updater er en Chrome-udvidelse udviklet af alexander.bruun, og dens hovedfunktion er "A button that quickly updates the closest bookmark found to the open tab.".

Udvidelsesskærmbilleder

screenshot

Download Bookmark Updater-udvidelses-CRX-fil

Download Bookmark Updater-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
Officiel URL https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Beskrivelse A button that quickly updates the closest bookmark found to the open tab.
Filstørrelse 7.8 KB
Antal Installationer 24
Nuværende Version 1.1.0
Senest Opdateret 2022-02-19
Udgivelsesdato 2021-01-12
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler alexander.bruun
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}