Simple bookmark
Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
什麼是Simple bookmark?
Simple bookmark是由levishuberherbrand開發的Chrome擴展程式,該擴展的主要功能是“Save your favorite websites or save opened tabs, if you may need them in future, with a single click.”。
擴展截圖
下載Simple bookmark擴展crx文件
下載Simple bookmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save all your currents tabs with one click!
Open all webs of a folder also with one click.
Easiest way to search and organize your bookmarks. 擴展基本資訊
| 名稱 | |
| ID | aecodjadibpbgapelmdheknchoeplfgi |
| 官方網址 | https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi |
| 簡介 | Save your favorite websites or save opened tabs, if you may need them in future, with a single click. |
| 檔案大小 | 77.19 KB |
| 安裝次數 | 30 |
| 目前版本 | 6.9 |
| 更新時間 | 2022-01-20 |
| 上架時間 | 2019-02-23 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | levishuberherbrand |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://blintic.com/policy.html |
| 支援的語言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple bookmark",
"description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.",
"version": "6.9",
"default_locale": "en",
"icons": {
"24": "star.png",
"128": "star.png"
},
"permissions": [
"tabs"
],
"background": {
"service_worker": "jquery-1.js"
},
"action": {
"default_icon": "star.png",
"default_popup": "popup.html"
}
} | |