Food Days
A new tab page for when it's a food day!
Food Days क्या है?
Food Days thinkingalaud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab page for when it's a food day!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Food Days एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Version 1.19
* Update with the latest data from Wikipedia
Version 1.18
* Update with the latest data from Wikipedia
Version 1.17
* Update with the latest data from Wikipedia
Version 1.16
* Switch analytics provider
Version 1.15:
* Update with the latest data from Wikipedia
* Upgrade to Manifest v3
Version 1.14:
* Update with the latest data from Wikipedia
Version 1.13:
* Update image links to hosted images
Version 1.12:
* Update image links
Version 1.11:
* Update image links
Version 1.10:
* Fix position override for uneventful days
Version 1.9:
* Restructure content so mouse hover works better
Version 1.8:
* Added international food days!
* Updated picture links
Version 1.7:
* Fixed navigation bug
* Added Google search when clicking on the name
Version 1.6:
* Added font color customization
* Removed initial animation for cleaner page startup
Version 1.5:
* Fixed scrollbar issue on some browsers
Version 1.4:
* Added today's food day in the extension popup
* Added background images and food puns for the days without food days - thanks to subtle_smiles for the artwork!
Version 1.3:
* Added dots for how many food days there are for that day
* Fixed days where the images took up more space than the width of the screen
Version 1.2:
* Fixed dependency issue
Version 1.1:
* Added ability to change background color
* Updated background pictures
* Added day of month to the date picker
* Added logo!
Version 1.0:
* Initial release एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | imcfeehdncdnkieanfpofoofdpmlgnaf |
| आधिकारिक URL | https://chromewebstore.google.com/detail/food-days/imcfeehdncdnkieanfpofoofdpmlgnaf |
| विवरण | A new tab page for when it's a food day! |
| फ़ाइल का आकार | 1.44 MB |
| स्थापना संख्या | 36 |
| वर्तमान संस्करण | 1.19 |
| अंतिम अपडेट | 2023-12-02 |
| प्रकाशन तिथि | 2018-12-27 |
| रेटिंग | 4.83/5 कुल 6 रेटिंग्स |
| डेवलपर | thinkingalaud |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Food Days",
"description": "A new tab page for when it's a food day!",
"version": "1.19",
"icons": {
"128": "images\/icon.png"
},
"action": {
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |