Taco Swap

Swap any image online with a delicious taco. Add to Chrome and type ‘taco’ on any website or use your microphone. This is Taco Swap!

什么是Taco Swap?

Taco Swap是由kervecreative开发的Chrome扩展程序,该扩展的主要功能是“Swap any image online with a delicious taco. Add to Chrome and type ‘taco’ on any website or use your microphone. This is Taco Swap!”。

扩展截图

screenshot

下载Taco Swap扩展crx文件

下载Taco Swap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Don’t forget to grab your FREE Crunchy Beef or Bean Taco from 9th – 15th May 2022, between 12-2pm at any of Taco Bell UK’s 95 restaurants here - https://locations.tacobell.co.uk/.                    

扩展基本信息

名称 Taco Swap Taco Swap
ID mafakhiboclodbpmgkdgpgacpcjibfij
官方URL https://chromewebstore.google.com/detail/taco-swap/mafakhiboclodbpmgkdgpgacpcjibfij
简介 Swap any image online with a delicious taco. Add to Chrome and type ‘taco’ on any website or use your microphone. This is Taco Swap!
文件大小 21.03 KB
安装次数 45
当前版本 1.0.1
更新时间 2022-05-10
上架时间 2022-05-05
评分 5.00/5 共3次评分
开发者 kervecreative
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tacobell.co.uk/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taco Swap",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Swap any image online with a delicious taco. Add to Chrome and type \u2018taco\u2019 on any website or use your microphone. This is Taco Swap!",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "speechRecognition.js"
            ],
            "all_frames": true
        }
    ],
    "short_name": "Taco Swap"
}