New Tab iFrame
customize new tab by an iframe
ما هو New Tab iFrame؟
New Tab iFrame هو إضافة Chrome تم تطويرها بواسطة chienwen، والميزة الرئيسية لها هي "customize new tab by an iframe".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab iFrame
قم بتنزيل ملفات الامتداد New Tab iFrame بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.
معلومات أساسية عن التمديد
الاسم | New Tab iFrame |
ID | pjjgnpjhedgolccfdplecmnapdjhlknm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm |
الوصف | customize new tab by an iframe |
حجم الملف | 96.19 KB |
عدد التثبيتات | 107 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-09-12 |
تاريخ النشر | 2015-09-12 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | chienwen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab iFrame", "description": "customize new tab by an iframe", "version": "1.0", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "scripts\/jquery-1.10.2.min.map" ], "options_page": "options.html", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/newtabiframe_16.png", "48": "images\/newtabiframe_48.png", "128": "images\/newtabiframe_128.png" } } |