Bookmarkoftheday
Bookmark of the day is a chrome extension which shows you one bookmark everyday.
什么是Bookmarkoftheday?
Bookmarkoftheday是由Bookmark of the day开发的Chrome扩展程序,该扩展的主要功能是“Bookmark of the day is a chrome extension which shows you one bookmark everyday.”。
扩展截图
下载Bookmarkoftheday扩展crx文件
下载Bookmarkoftheday扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmark of the day is a chrome extension which shows you one bookmark everyday and makes revisiting bookmarks a blissful experience.
扩展基本信息
名称 | Bookmarkoftheday |
ID | jldlnlkjghmljkcbdebeebbafjgdmllc |
官方URL | https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc |
简介 | Bookmark of the day is a chrome extension which shows you one bookmark everyday. |
文件大小 | 2.54 MB |
安装次数 | 54 |
当前版本 | 0.3 |
更新时间 | 2022-06-29 |
上架时间 | 2022-04-21 |
评分 | 5.00/5 共8次评分 |
开发者 | Bookmark of the day |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.bookmarkoftheday.xyz/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarkoftheday", "description": "Bookmark of the day is a chrome extension which shows you one bookmark everyday.", "version": "0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/icon\/icon_128.png", "32": ".\/icon\/icon_128.png", "48": ".\/icon\/icon_128.png", "128": ".\/icon\/icon_128.png" }, "action": { "default_title": "Bookmark of the day", "default_icons": { "16": ".\/icon\/icon_16.png", "32": ".\/icon\/icon_48.png", "48": ".\/icon\/icon_48.png", "128": ".\/icon\/icon_128.png" } }, "options_page": ".\/option\/options.html", "permissions": [ "bookmarks", "storage", "tabs", "scripting", "alarms" ], "web_accessible_resources": [ { "resources": [ "icon\/icon_48.png", "option\/options.html", "icon\/twitter.png" ], "matches": [ " |