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
公式URL 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
Eメール [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"
    ]
}