Bookmarks New Tab

A New Tab replacement that shows the Bookmarks.

Bookmarks New Tabคืออะไร?

Bookmarks New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/warrentteam และคุณลักษณะหลักของมันคือ "A New Tab replacement that shows the Bookmarks."

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

screenshot

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

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

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

                        Replace the default New Page tab by a Bookmarks tree menu.

Source
    https://github.com/madrang/Bookmarks-New-Tab

Disclaimer: May contains links, that once clicked, will open.
This disclaimer was added to comply to TOS regarding use of "Quick links".                    

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

ชื่อ Bookmarks New Tab Bookmarks New Tab
ID njfnhkobpepaoogpflmbmiefmnlhkgjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn
คำอธิบาย A New Tab replacement that shows the Bookmarks.
ขนาดไฟล์ 487 KB
จำนวนการติดตั้ง 447
เวอร์ชันปัจจุบัน 0.0.1.1
อัปเดตครั้งล่าสุด 2021-07-19
วันที่เผยแพร่ 2012-10-31
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://sites.google.com/site/warrentteam
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/madrang/Bookmarks-New-Tab
URL หน้านโยบายความเป็นส่วนตัว https://openpd.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "0.0.1.1",
    "description": "A New Tab replacement that shows the Bookmarks.",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "offline_enabled": true,
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}