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 |
官方網址 | 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 |
電子郵箱 | [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" } |