Quotable
Displays random user-uploaded quotes on each blank 'new tab' HTML page.
ما هو Quotable؟
Quotable هو إضافة Chrome تم تطويرها بواسطة Quotable، والميزة الرئيسية لها هي "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quotable
قم بتنزيل ملفات الامتداد Quotable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.
معلومات أساسية عن التمديد
الاسم | Quotable |
ID | fljaohpdminegmhjohgejalhdkdcflhl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl |
الوصف | Displays random user-uploaded quotes on each blank 'new tab' HTML page. |
حجم الملف | 196 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-06-16 |
تاريخ النشر | 2019-06-16 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | Quotable |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://blueberriesafterdark.com/quotable-faq/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotable", "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.", "version": "1.3", "incognito": "split", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "quotable.html" }, "manifest_version": 2 } |