Bookmark Updater

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

Apa itu Bookmark Updater?

Bookmark Updater adalah ekstensi Chrome yang dikembangkan oleh alexander.bruun, dan fitur utamanya adalah "A button that quickly updates the closest bookmark found to the open tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmark Updater

Unduh file ekstensi Bookmark Updater dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
URL Resmi https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Deskripsi A button that quickly updates the closest bookmark found to the open tab.
Ukuran File 7.8 KB
Jumlah Instalasi 24
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-02-19
Tanggal Publikasi 2021-01-12
Penilaian 4.00/5 Total 2 Penilaian
Pengembang alexander.bruun
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}