Bookmark Updater

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

什麼是Bookmark Updater?

Bookmark Updater是由alexander.bruun開發的Chrome擴展程式,該擴展的主要功能是“A button that quickly updates the closest bookmark found to the open tab.”。

擴展截圖

screenshot

下載Bookmark Updater擴展crx文件

下載Bookmark Updater擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
官方網址 https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
簡介 A button that quickly updates the closest bookmark found to the open tab.
檔案大小 7.8 KB
安裝次數 24
目前版本 1.1.0
更新時間 2022-02-19
上架時間 2021-01-12
評分 4.00/5 共 2 次評分
開發者 alexander.bruun
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}