BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

BNTP: Bookmarks in New Tab Page क्या है?

BNTP: Bookmarks in New Tab Page Hidetake Iwata द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lightweight New Tab Page with Bookmarks and Top Sites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BNTP: Bookmarks in New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Less is more.

* Simple
* Lightweight
* No ads
* No tracking

Features:

* List bookmarks by folders
* Collapse a folder
* Move a bookmark by Drag and Drop
* Edit a bookmark
* Automatic dark mode
* Sync the preferences (theme or folder collapse)

It will request the following permissions:

* Show bookmarks
* Show recently visited sites
* Show favicon
* Store preferences to storage

This is an open source software.
https://github.com/int128/bntp                    

एक्सटेंशन की मूल जानकारी

नाम BNTP: Bookmarks in New Tab Page BNTP: Bookmarks in New Tab Page
ID feeleilgbmkkpapllljmclmbeddcdeeh
आधिकारिक URL https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh
विवरण Lightweight New Tab Page with Bookmarks and Top Sites
फ़ाइल का आकार 194 KB
स्थापना संख्या 2,509
वर्तमान संस्करण 3.4.2
अंतिम अपडेट 2024-03-03
प्रकाशन तिथि 2017-12-17
रेटिंग 4.67/5 कुल 113 रेटिंग्स
डेवलपर Hidetake Iwata
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/int128/bntp
सहायता पृष्ठ URL https://github.com/int128/bntp
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BNTP: Bookmarks in New Tab Page",
    "version": "3.4.2",
    "description": "Lightweight New Tab Page with Bookmarks and Top Sites",
    "permissions": [
        "bookmarks",
        "topSites",
        "favicon",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "index.html#popup"
    },
    "icons": {
        "48": "small_tiles.png",
        "128": "small_tiles_128.png"
    },
    "manifest_version": 3
}