New Tab Embed

Embeds any website you want directly into your new tab page

ما هو New Tab Embed؟

New Tab Embed هو إضافة Chrome تم تطويرها بواسطة https://www.aria.ai، والميزة الرئيسية لها هي "Embeds any website you want directly into your new tab page".

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

screenshot
screenshot

تحميل ملف CRX للإضافة New Tab Embed

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

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

                        Embed any website into your new tab page!

It requires pretty extensive permissions because it needs to work around websites that prevent you from embedding their content. The code is open source, and available here: https://github.com/AriaFallah/newtab                    

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

الاسم New Tab Embed New Tab Embed
ID hiplgeehdfapdbfjjgackpmoffelepkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk
الوصف Embeds any website you want directly into your new tab page
حجم الملف 11.73 KB
عدد التثبيتات 49
النسخة الحالية 1.1.0
آخر تحديث 2018-03-01
تاريخ النشر 2018-03-01
المطور https://www.aria.ai
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Embed",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Embeds any website you want directly into your new tab page",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/newtab\/index.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "src\/action\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    }
}