Beautiful New Tab
A beautiful new tab page
ما هو Beautiful New Tab؟
Beautiful New Tab هو إضافة Chrome تم تطويرها بواسطة Matt Carrick، والميزة الرئيسية لها هي "A beautiful new tab page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Beautiful New Tab
قم بتنزيل ملفات الامتداد Beautiful New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.
معلومات أساسية عن التمديد
الاسم | Beautiful New Tab |
ID | bailppllbndlpphoipdchcmiiefhelfh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
الوصف | A beautiful new tab page |
حجم الملف | 3.78 MB |
عدد التثبيتات | 167 |
النسخة الحالية | 1.19 |
آخر تحديث | 2019-08-28 |
تاريخ النشر | 2019-08-28 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | Matt Carrick |
نوع الدفع | free |
موقع الإضافة | http://rokco.org |
عنوان صفحة المساعدة | https://github.com/xRokco/New-Tab |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful New Tab", "version": "1.19", "minimum_chrome_version": "37", "manifest_version": 2, "description": "A beautiful new tab page", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "geolocation", "storage", "bookmarks", "chrome:\/\/favicon\/", "unlimitedStorage" ], "background": { "scripts": [ "jquery.min.js", "config.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "web_accessible_resources": [ "index.html" ] } |