Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

Ultra light newtab page with bookmarks on it क्या है?

Ultra light newtab page with bookmarks on it Alexey Michurin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ultra light new tab with bookmark navigator"।

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

screenshot

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

crx प्रारूप में Ultra light newtab page with bookmarks on it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension gives you a much simpler new tab page with lightweight bookmarks navigation. New tabs are getting faster, but still functional and useful. Visit options page to tune font size and customize bookmarks subfolder. Try to use +Click to open links in new tabs and +Click to open link in new tab without focus switching.                    

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

नाम Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
आधिकारिक URL https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
विवरण Ultra light new tab with bookmark navigator
फ़ाइल का आकार 20.01 KB
स्थापना संख्या 233
वर्तमान संस्करण 0.5.2.1
अंतिम अपडेट 2020-01-06
प्रकाशन तिथि 2020-01-05
रेटिंग 4.75/5 कुल 12 रेटिंग्स
डेवलपर Alexey Michurin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultra light newtab page with bookmarks on it",
    "version": "0.5.2.1",
    "minimum_chrome_version": "16",
    "description": "Ultra light new tab with bookmark navigator",
    "short_name": "Light new tab",
    "homepage_url": "http:\/\/michurin.github.io\/",
    "author": "Alexey Michurin ",
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Load bookmarks here",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}