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.”。
扩展截图
下载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 |
ID | hjhffdgfjfkkjnllljaidejgbhhldice |
官方URL | 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 } |