Stacko Taco
This chrome extension is for people who just can't get enough tacos!
Apa itu Stacko Taco?
Stacko Taco adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This chrome extension is for people who just can't get enough tacos!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stacko Taco
Unduh file ekstensi Stacko Taco dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Stacko Taco |
ID | dklaccacmampgfejkkkcbgchkafhfgoa |
URL Resmi | https://chromewebstore.google.com/detail/stacko-taco/dklaccacmampgfejkkkcbgchkafhfgoa |
Deskripsi | This chrome extension is for people who just can't get enough tacos! |
Ukuran File | 22.03 KB |
Jumlah Instalasi | 143 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-02-23 |
Tanggal Publikasi | 2019-02-22 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |