Recent Bookmarks
Easily access your recent bookmarks or search for them
Recent Bookmarksとは何ですか?
Recent Bookmarksはsodikによって開発されたChromeの拡張機能で、その主な機能は「Easily access your recent bookmarks or search for them」です。
拡張機能のスクリーンショット
Recent Bookmarks拡張機能のCRXファイルをダウンロード
Recent Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows recent bookmarks and opens it either in new tab or in actual tab depending on the chosen options (use CTRL to override this). You can use default shortcut Ctrl+B to open popup menu Unfortunately shortcut works only for new installation due to bug https://code.google.com/p/chromium/issues/detail?id=336420 For old user update shortcut manually via "Keyboard shortcuts" in chrome://extensions/ page First version published in 2010.
拡張機能の基本情報
名前 | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
公式URL | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
説明 | Easily access your recent bookmarks or search for them |
ファイルサイズ | 320 KB |
インストール数 | 770 |
現在のバージョン | 0.7.0 |
最終更新日 | 2023-12-10 |
公開日 | 2017-07-20 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | sodik |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sodik82/recent-bookmarks |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "img\/icon.png", "default_popup": "popup2.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+B" } } }, "description": "Easily access your recent bookmarks or search for them", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "Recent Bookmarks", "options_page": "options.html", "permissions": [ "bookmarks", "tabs", "storage" ], "version": "0.7.0" } |