Bookmarks by Date
Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Bookmarks by Dateとは何ですか?
Bookmarks by Dateはkirk272によって開発されたChromeの拡張機能で、その主な機能は「Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.」です。
拡張機能のスクリーンショット
Bookmarks by Date拡張機能のCRXファイルをダウンロード
Bookmarks by Date拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When the popup is scrolled, a bubble containing the date is displayed next to the scrollbar. The date can be displayed in many different languages, and the extension supports both light and dark themes. Based on the Recent Bookmarks extension by zamtools.
拡張機能の基本情報
名前 | Bookmarks by Date |
ID | pomjhbedidaoemdkgbnbkdioimdefphh |
公式URL | https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh |
説明 | Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added. |
ファイルサイズ | 438 KB |
インストール数 | 417 |
現在のバージョン | 1.0.4 |
最終更新日 | 2018-08-26 |
公開日 | 2018-08-25 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | kirk272 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks by Date", "version": "1.0.4", "manifest_version": 2, "description": "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "bookmarks", "storage" ] } |