Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Spongebob Memeとは何ですか?
Spongebob Memeはanthonyscottliuによって開発されたChromeの拡張機能で、その主な機能は「Hit both of your control keys to automatically and randomly vary the capitalization of your letters.」です。
Spongebob Meme拡張機能のCRXファイルをダウンロード
Spongebob Meme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You know that spongebob meme where you vArY yoUR tEXt LiKE ThiS??? This extension lets you do that easier. Hold your left ctrl button and then tap your right ctrl button (or left commmand and right command) to activate it! Then, all your letters will be randomly capitalized. == Privacy policy: this extension runs entirely inside of your browser. It doesn't leak any data to the outside world, so your keypresses are safe.
拡張機能の基本情報
名前 | |
ID | ffejdaecbombjdangpifnjgbpomgkckj |
公式URL | https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj |
説明 | Hit both of your control keys to automatically and randomly vary the capitalization of your letters. |
ファイルサイズ | 570 KB |
インストール数 | 85 |
現在のバージョン | 1.0 |
最終更新日 | 2018-02-21 |
公開日 | 2018-02-21 |
評価 | 2.60/5 合計 5 レビュー |
開発者 | anthonyscottliu |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spongebob Meme", "short_name": "sponge-meme", "version": "1.0", "description": "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.", "icons": { "450": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "meme.js" ], "run_at": "document_end" } ] } |