Sprucemarks
Automatically sort bookmarks.
Sprucemarksとは何ですか?
SprucemarksはKarlheinz Grafによって開発されたChromeの拡張機能で、その主な機能は「Automatically sort bookmarks.」です。
拡張機能のスクリーンショット
Sprucemarks拡張機能のCRXファイルをダウンロード
Sprucemarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically sort bookmarks by title, date, or URL. • Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks. • Each area (and sub folders) can have their own sort order, or no order. • Group folders together or have them sorted alongside bookmarks. • Save your options once and have your bookmarks sorted now and automatically into the future.
拡張機能の基本情報
名前 | Sprucemarks |
ID | ajhenjdmeogjccfnbemhfgoocnlboadl |
公式URL | https://chrome.google.com/webstore/detail/sprucemarks/ajhenjdmeogjccfnbemhfgoocnlboadl |
説明 | Automatically sort bookmarks. |
ファイルサイズ | 144 KB |
インストール数 | 152 |
現在のバージョン | 2019.10.15.0 |
最終更新日 | 2023-07-25 |
公開日 | 2020-03-08 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | Karlheinz Graf |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sprucemarks", "short_name": "Sprucemarks", "description": "Automatically sort bookmarks.", "background": { "page": "background.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "55", "options_page": "options.html", "permissions": [ "bookmarks", "storage" ], "version": "2019.10.15.0" } |