Bookmark Tab
This is an extension function to set a new tab on the bookmark screen.
什麼是Bookmark Tab?
Bookmark Tab是由developer.waieight.開發的Chrome擴展程式,該擴展的主要功能是“This is an extension function to set a new tab on the bookmark screen.”。
擴展截圖
下載Bookmark Tab擴展crx文件
下載Bookmark Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change the screen of the new tab to the bookmark screen.
擴展基本資訊
名稱 | |
ID | cpemdgbeealeokgnlbkieiindkpaodmm |
官方網址 | https://chrome.google.com/webstore/detail/bookmark-tab/cpemdgbeealeokgnlbkieiindkpaodmm |
簡介 | This is an extension function to set a new tab on the bookmark screen. |
檔案大小 | 43.74 KB |
安裝次數 | 27 |
目前版本 | 0.0.12.13 |
更新時間 | 2022-05-17 |
上架時間 | 2020-06-25 |
開發者 | developer.waieight. |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://waieight.hatenablog.jp/ |
隱私政策頁面URL | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Tab", "version": "3.0.0.213", "version_name": "0.0.12.13", "description": "__MSG_extDescription__", "icons": { "128": "\/icon\/icon_128.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "bookmarks", "storage" ], "host_permissions": [ " |