New Tab Fortune
Replaces the New Tab page with a random unix fortune.
ما هو New Tab Fortune؟
New Tab Fortune هو إضافة Chrome تم تطويرها بواسطة St. John Johnson، والميزة الرئيسية لها هي "Replaces the New Tab page with a random unix fortune.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Fortune
قم بتنزيل ملفات الامتداد New Tab Fortune بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Remember the good old Unix Fortune command? This extension shows you a random fortune message each time you open a new tab. Version 1.3: Added dark mode option. Version 1.2: Added ability to enter your own custom fortune files. Data is now stored across synced browsers. Version 1.1: Adds fortunes from Calvin & Hobbes, Chuck Norris, Simpsons Chalkboard, Disc World, Family Guy, Forest Gump, Firefly, Futurama, Hitchhiker's Guide to the Galaxy, Homer Simpson, Star Wars, and X-Files Version 1.0: Contains fortunes from fortune-mod_1.99.1 via Debian Want to see more fortunes? Contact me with more fortune files. Code licensed under MIT, some fortune files under GPL
معلومات أساسية عن التمديد
الاسم | New Tab Fortune |
ID | jabfjoojiboeejfkgakhdocjdmhpnnkp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-fortune/jabfjoojiboeejfkgakhdocjdmhpnnkp |
الوصف | Replaces the New Tab page with a random unix fortune. |
حجم الملف | 1.3 MB |
عدد التثبيتات | 40 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2020-01-17 |
تاريخ النشر | 2020-01-16 |
تقييم | 3.29/5 مجموع تقييمات 7 |
المطور | St. John Johnson |
نوع الدفع | free |
موقع الإضافة | https://github.com/stjohnjohnson/chrome-newtabfortune |
عنوان صفحة المساعدة | https://github.com/stjohnjohnson/chrome-newtabfortune/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Fortune", "description": "Replaces the New Tab page with a random unix fortune.", "version": "1.3.0", "chrome_url_overrides": { "newtab": "fortune.html" }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "storage" ] } |