Bookmarks on new tab

This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days

ما هو Bookmarks on new tab؟

Bookmarks on new tab هو إضافة Chrome تم تطويرها بواسطة Ilya Boltnev، والميزة الرئيسية لها هي "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days".

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

screenshot

تحميل ملف CRX للإضافة Bookmarks on new tab

قم بتنزيل ملفات الامتداد Bookmarks on new tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is app for replacing default new tab page. 
One day I decided to add more than default 8 sites to my "new tab" page. Eventually I created this app. 
In addition it displays most popular sites based on last week history                    

معلومات أساسية عن التمديد

الاسم Bookmarks on new tab Bookmarks on new tab
ID llplfmijcgmknneikmmkoobhojjnpbbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn
الوصف This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days
حجم الملف 79.45 KB
عدد التثبيتات 35
النسخة الحالية 1.2
آخر تحديث 2013-05-18
تاريخ النشر 2013-05-18
تقييم 2.50/5 مجموع تقييمات 2
المطور Ilya Boltnev
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks on new tab",
    "description": "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "my_newtab.html"
    },
    "permissions": [
        "bookmarks",
        "history",
        "management",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'"
}