Recent Bookmarks

Easily access your recent bookmarks or search for them

Recent Bookmarksคืออะไร?

Recent Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sodik และคุณลักษณะหลักของมันคือ "Easily access your recent bookmarks or search for them"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recent Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
}