Spongebobify

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

Qu'est-ce que Spongebobify ?

Spongebobify est une extension Chrome développée par nicholaswang2000, et sa fonction principale est "Easily Spongebobify your text by highlighting or pasting into this extension window".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spongebobify

Téléchargez les fichiers d'extension Spongebobify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Spongebobify Spongebobify
ID kjdlnkopbcdbnjcgipilmabafdoofiof
URL Officiel https://chromewebstore.google.com/detail/spongebobify/kjdlnkopbcdbnjcgipilmabafdoofiof
Description Easily Spongebobify your text by highlighting or pasting into this extension window
Taille du Fichier 157 KB
Nombre d'Installations 65
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-07-14
Date de Publication 2020-07-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur nicholaswang2000
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}