Better Bookmarks

A minimalist new tab page with quick access to bookmarks and search

Better Bookmarksคืออะไร?

Better Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Initial condition และคุณลักษณะหลักของมันคือ "A minimalist new tab page with quick access to bookmarks and search"

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

screenshot

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

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

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

                        Simple, yet powerful new tab page that makes it easy to find any of your bookmarks! 

🙌🏼 Features
- Bookmarks from the "Bookmarks Bar" are featured on your new tab page
- Search bar makes it easy to find your bookmarks or search on the web
- Simple navigation through your bookmarks folders                    

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

ชื่อ Better Bookmarks Better Bookmarks
ID lioaolkpoamdbgkoddcddblpjmohmmkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-bookmarks/lioaolkpoamdbgkoddcddblpjmohmmkc
คำอธิบาย A minimalist new tab page with quick access to bookmarks and search
ขนาดไฟล์ 634 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2022-03-29
วันที่เผยแพร่ 2020-05-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Initial condition
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.betterbookmarks.com
URL หน้าช่วยเหลือ https://www.betterbookmarks.com
URL หน้านโยบายความเป็นส่วนตัว https://speeddial2.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmarks",
    "homepage_url": "http:\/\/www.betterbookmarks.com\/",
    "description": "A minimalist new tab page with quick access to bookmarks and search",
    "default_locale": "en",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "version": "0.1.8",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}