Stacko Taco

This chrome extension is for people who just can't get enough tacos!

Stacko Taco là gì?

Stacko Taco là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This chrome extension is for people who just can't get enough tacos!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stacko Taco

Tải xuống các tệp mở rộng Stacko Taco dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stacko Taco Stacko Taco
ID dklaccacmampgfejkkkcbgchkafhfgoa
URL Chính Thức https://chromewebstore.google.com/detail/stacko-taco/dklaccacmampgfejkkkcbgchkafhfgoa
Mô tả This chrome extension is for people who just can't get enough tacos!
Kích Thước Tệp 22.03 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-02-23
Ngày Phát Hành 2019-02-22
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}