Random New Tab
Loads one random page out of a custom list each time you click New Tab.
ما هو Random New Tab؟
Random New Tab هو إضافة Chrome تم تطويرها بواسطة Jesse Hufstetler، والميزة الرئيسية لها هي "Loads one random page out of a custom list each time you click New Tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Random New Tab
قم بتنزيل ملفات الامتداد Random New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension syncs between signed-in browsers. You can enter either URLs or messages that you want to be displayed. Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times. There's also a notes column that's helpful for identifying cryptic URLs.
معلومات أساسية عن التمديد
الاسم | Random New Tab |
ID | kfbabalfihbphpikodohlmklhlialhhh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh |
الوصف | Loads one random page out of a custom list each time you click New Tab. |
حجم الملف | 208 KB |
عدد التثبيتات | 163 |
النسخة الحالية | 1.1.0.0 |
آخر تحديث | 2021-04-04 |
تاريخ النشر | 2018-12-04 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Jesse Hufstetler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Loads one random page out of a custom list each time you click New Tab.", "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png", "128": "favicon128.png" }, "browser_action": [], "manifest_version": 2, "name": "Random New Tab", "options_page": "options.html", "permissions": [ "storage" ], "version": "1.1.0.0" } |