Chrome Live Bookmarks

A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks

Chrome Live Bookmarksคืออะไร?

Chrome Live Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย myTerminal และคุณลักษณะหลักของมันคือ "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks"

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

screenshot

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

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

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

                        * Replaces the default 'New Tab' page with an opinionatedly better implementation that combines bookmarks with history
* Allows user to save and restore browser sessions (across computers)
* Supports light and dark color-themes
* More to come...                    

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

ชื่อ Chrome Live Bookmarks Chrome Live Bookmarks
ID fconcakelnfiacccnghcjhbmddloahfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-live-bookmarks/fconcakelnfiacccnghcjhbmddloahfn
คำอธิบาย A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks
ขนาดไฟล์ 1.49 MB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.20.0
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2020-01-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา myTerminal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/myTerminal/chrome-live-bookmarks
URL หน้านโยบายความเป็นส่วนตัว https://privacy.teamfluxion.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Live Bookmarks",
    "short_name": "Chrome Live Bookmarks",
    "version": "0.20.0",
    "description": "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Mohammed Ismail Ansari ",
    "permissions": [
        "bookmarks",
        "history",
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}