Spongebob Meme
Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Spongebob Meme क्या है?
Spongebob Meme anthonyscottliu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hit both of your control keys to automatically and randomly vary the capitalization of your letters."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spongebob Meme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |