Bookmarks New Tab

Organise your Bookmarks on your new tab with options to create folders with bookmarks

Bookmarks New Tabคืออะไร?

Bookmarks New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Locksley Ltd และคุณลักษณะหลักของมันคือ "Organise your Bookmarks on your new tab with options to create folders with bookmarks"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bookmarks New Tab lets you organise all your Bookmarks in folders on your new tabs, you can create unlimited folders and save bookmarks to them for easy convenient access in your new tab.  Simple right click on any page select save and select the folder to put this bookmark, all bookmarks for that folder will be displayed on your new tabs.

By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below.  Please note this extension changes your new tab search to results powered by bing.com.

https://bookmarks-newtab.com/privacy.html
https://bookmarks-newtab.com/terms.html                    

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

ชื่อ Bookmarks New Tab Bookmarks New Tab
ID jjojbmhmaokgkfjjghgflflbbbmbbhhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmarks-new-tab/jjojbmhmaokgkfjjghgflflbbbmbbhhn
คำอธิบาย Organise your Bookmarks on your new tab with options to create folders with bookmarks
ขนาดไฟล์ 345 KB
จำนวนการติดตั้ง 9,527
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-01-11
วันที่เผยแพร่ 2020-11-25
ผู้พัฒนา Locksley Ltd
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://nifty-counters.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Organise your Bookmarks on your new tab with options to create folders with bookmarks",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "chrome:\/\/favicon\/",
        "https:\/\/api.bing.com\/*",
        "https:\/\/bookmarks-newtab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;"
}