New Tab Fortune
Replaces the New Tab page with a random unix fortune.
New Tab Fortune क्या है?
New Tab Fortune St. John Johnson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the New Tab page with a random unix fortune."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab Fortune एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } |