New Tab Random Quote
Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
ما هو New Tab Random Quote؟
New Tab Random Quote هو إضافة Chrome تم تطويرها بواسطة https://gabrielkrieshok.com، والميزة الرئيسية لها هي "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Random Quote
قم بتنزيل ملفات الامتداد New Tab Random Quote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk. معلومات أساسية عن التمديد
| الاسم | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| الوصف | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| حجم الملف | 596 KB |
| عدد التثبيتات | 65 |
| النسخة الحالية | 2.3 |
| آخر تحديث | 2020-08-24 |
| تاريخ النشر | 2020-06-28 |
| تقييم | 3.67/5 مجموع تقييمات 3 |
| المطور | https://gabrielkrieshok.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://gabrielkrieshok.com |
| عنوان صفحة المساعدة | http://gabrielkrieshok.com |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab Random Quote",
"version": "2.3",
"description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"author": "Gabriel Krieshok",
"chrome_url_overrides": {
"newtab": "quote.html"
},
"options_page": "index.html",
"permissions": [
"storage"
],
"web_accessible_resources": [
"quotelist.json"
]
} | |