Save Multiple Bookmarks
Save multiple bookmarks effortlessly in Chrome
什麼是Save Multiple Bookmarks?
Save Multiple Bookmarks是由extensions.cs開發的Chrome擴展程式,該擴展的主要功能是“Save multiple bookmarks effortlessly in Chrome”。
擴展截圖
下載Save Multiple Bookmarks擴展crx文件
下載Save Multiple Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use this extension to:
• Save multiple bookmarks simultaneously and edit them as you save.
• Create new bookmark folders.
How to use:
• Select the tabs you want to save with 'Ctrl + Left Mouse Click'.
• Activate the extension, edit the Title or URL of the shown bookmark, and choose a folder to save it to.
• Click save or press 'Enter'.
• Next selected bookmark will appear.
Full keyboard accessibility is supported.
Happy organizing! 擴展基本資訊
| 名稱 | |
| ID | caghbainnkeifhfokfhmnbhfjbnadaok |
| 官方網址 | https://chromewebstore.google.com/detail/save-multiple-bookmarks/caghbainnkeifhfokfhmnbhfjbnadaok |
| 簡介 | Save multiple bookmarks effortlessly in Chrome |
| 檔案大小 | 191 KB |
| 安裝次數 | 49 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-10-01 |
| 上架時間 | 2022-10-01 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | extensions.cs |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Save Multiple Bookmarks",
"description": "Save multiple bookmarks effortlessly in Chrome",
"permissions": [
"bookmarks",
"tabs"
],
"version": "1.0",
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+S",
"mac": "Ctrl+Shift+1",
"chromeos": "Ctrl+Shift+1",
"linux": "Ctrl+Shift+1"
}
}
}
} | |