Stacko Taco
This chrome extension is for people who just can't get enough tacos!
什么是Stacko Taco?
Stacko Taco是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This chrome extension is for people who just can't get enough tacos!”。
扩展截图
下载Stacko Taco扩展crx文件
下载Stacko Taco扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |