Bookmark Updater

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

Co to jest Bookmark Updater?

Bookmark Updater to rozszerzenie Chrome opracowane przez alexander.bruun, a jego główną funkcją jest „A button that quickly updates the closest bookmark found to the open tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bookmark Updater

Pobierz pliki rozszerzeń Bookmark Updater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
Oficjalny URL https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Opis A button that quickly updates the closest bookmark found to the open tab.
Rozmiar pliku 7.8 KB
Liczba instalacji 24
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2022-02-19
Data Publikacji 2021-01-12
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper alexander.bruun
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}