caturday
Shows pictures of cats!
caturday क्या है?
caturday hal313 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows pictures of cats!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में caturday एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun. Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension
एक्सटेंशन की मूल जानकारी
नाम | caturday |
ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
विवरण | Shows pictures of cats! |
फ़ाइल का आकार | 95.19 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 0.0.31 |
अंतिम अपडेट | 2021-03-09 |
प्रकाशन तिथि | 2019-04-18 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | hal313 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.31", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "caturday", "default_popup": "popup.html" } } |