Awesome Recent Bookmarks

Shows recent bookmark

Awesome Recent Bookmarksคืออะไร?

Awesome Recent Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย toumasuxp และคุณลักษณะหลักของมันคือ "Shows recent bookmark"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Awesome Recent Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Show recent bookmarks menu. Works with Google Chrome bookmarks.

You change settings of this extension if you don't like default settings.

For example,

- the number of showing recent bookmarks
- alert when you delete a recent bookmarks                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Awesome Recent Bookmarks Awesome Recent Bookmarks
ID ddnfpifnooijlnjhnndijfcbppjdmece
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece
คำอธิบาย Shows recent bookmark
ขนาดไฟล์ 48.77 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2021-10-15
วันที่เผยแพร่ 2020-01-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา toumasuxp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Recent Bookmarks",
    "version": "0.1.5",
    "description": "Shows recent bookmark",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_title": "Awesome Recent Bookmarks",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks"
    ]
}