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 |
官方網址 | 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" } ] } |