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 هو إضافة Chrome تم تطويرها بواسطة Alexey Michurin، والميزة الرئيسية لها هي "Ultra light new tab with bookmark navigator".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ultra light newtab page with bookmarks on it

قم بتنزيل ملفات الامتداد Ultra light newtab page with bookmarks on it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
    ]
}