Spongebobify
Easily Spongebobify your text by highlighting or pasting into this extension window
Wat is Spongebobify?
Spongebobify is een Chrome-extensie ontwikkeld door nicholaswang2000, en de belangrijkste functie is "Easily Spongebobify your text by highlighting or pasting into this extension window".
Extensie Screenshots
Download het CRX-bestand van de extensie Spongebobify
Download Spongebobify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Spongebobify |
ID | kjdlnkopbcdbnjcgipilmabafdoofiof |
Officiële URL | https://chromewebstore.google.com/detail/spongebobify/kjdlnkopbcdbnjcgipilmabafdoofiof |
Beschrijving | Easily Spongebobify your text by highlighting or pasting into this extension window |
Bestandsgrootte | 157 KB |
Aantal Installaties | 65 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-07-14 |
Publicatiedatum | 2020-07-14 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | nicholaswang2000 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |