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
官方網址 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"
}