Spongebobify

Easily Spongebobify your text by highlighting or pasting into this extension window

什麼是Spongebobify?

Spongebobify是由nicholaswang2000開發的Chrome擴展程式,該擴展的主要功能是“Easily Spongebobify your text by highlighting or pasting into this extension window”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Spongebobify擴展crx文件

下載Spongebobify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Spongebobifying text has never been easier! You can spongebobify by simply clicking on the extension popup window and then entering text. You can also spongebobify by highlighting any text you see on Chrome, and right-clicking 'Spongebobify'. This will insert the spongebobified text right into your browser for you to copy and paste anywhere. Spongebobify with ease however you like with this extension!                    

擴展基本資訊

名稱 Spongebobify Spongebobify
ID kjdlnkopbcdbnjcgipilmabafdoofiof
官方網址 https://chromewebstore.google.com/detail/spongebobify/kjdlnkopbcdbnjcgipilmabafdoofiof
簡介 Easily Spongebobify your text by highlighting or pasting into this extension window
檔案大小 157 KB
安裝次數 65
目前版本 1.0.0
更新時間 2020-07-14
上架時間 2020-07-14
評分 5.00/5 共 3 次評分
開發者 nicholaswang2000
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spongebobify",
    "description": "Easily Spongebobify your text by highlighting or pasting into this extension window",
    "version": "1.0.0",
    "author": "Nicholas Wang",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/popup.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/spongebobify.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}