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!
拡張機能の基本情報
名前 | Save Multiple Bookmarks |
ID | caghbainnkeifhfokfhmnbhfjbnadaok |
公式URL | 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 |
Eメール | [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" } } } } |