Bookmark Updater

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

O que é Bookmark Updater?

Bookmark Updater é uma extensão do Chrome desenvolvida por alexander.bruun, e sua principal característica é "A button that quickly updates the closest bookmark found to the open tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bookmark Updater

Baixe arquivos de extensão Bookmark Updater no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
URL Oficial https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Descrição A button that quickly updates the closest bookmark found to the open tab.
Tamanho do Arquivo 7.8 KB
Contagem de Instalações 24
Versão Atual 1.1.0
Última Atualização 2022-02-19
Data de Publicação 2021-01-12
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor alexander.bruun
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}