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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |