Stacko Taco
This chrome extension is for people who just can't get enough tacos!
Stacko Taco क्या है?
Stacko Taco Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This chrome extension is for people who just can't get enough tacos!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stacko Taco एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is here to add some light-heartedness to your life when you are deep in thought and despair trying to fix some broken code and end up on Stack Overflow. One thing is for sure that when I'm down, tacos lift me up and give me wings. So hopefully, these tacos will give you the spirit and joy that you deserve. Because everyone loves tacos.
एक्सटेंशन की मूल जानकारी
नाम | Stacko Taco |
ID | dklaccacmampgfejkkkcbgchkafhfgoa |
आधिकारिक URL | https://chromewebstore.google.com/detail/stacko-taco/dklaccacmampgfejkkkcbgchkafhfgoa |
विवरण | This chrome extension is for people who just can't get enough tacos! |
फ़ाइल का आकार | 22.03 KB |
स्थापना संख्या | 143 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-02-23 |
प्रकाशन तिथि | 2019-02-22 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stacko Taco", "version": "1.0", "manifest_version": 2, "description": "This chrome extension is for people who just can't get enough tacos!", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Stacko Taco", "default_popup": "overlay.html" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/overlay.js" ], "matches": [ "https:\/\/stackoverflow.com\/*" ] } ] } |