Hey Beter
Replaces half of those regular old Bs with the B emoji.
Hey Beter क्या है?
Hey Beter Ben Botvinick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces half of those regular old Bs with the B emoji."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hey Beter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You know that feeling when you're on the web and you see a the plain old letter B? Terrible, right? Well you can kiss that feeling goodbye with the Hey Beter Chrome extension. Never again will you have to cringe as you read through a web page and see such a scandalous thing. It's eye candy, I promise! And if you get bored of it, simply disable it by clicking the icon in the toolbar. Features: • Replaces P in "Peter" (1.2.2) • Toggle (2.1.1) • Font-match mode (2.1.3) If you got a good laugh out of this extension, please rate it on the Web Store and check out my other stuff at benbotvinick.com/portfolio.
एक्सटेंशन की मूल जानकारी
नाम | Hey Beter |
ID | ejpilpdcahcfkhanpikmgadenjhpchem |
आधिकारिक URL | https://chromewebstore.google.com/detail/hey-beter/ejpilpdcahcfkhanpikmgadenjhpchem |
विवरण | Replaces half of those regular old Bs with the B emoji. |
फ़ाइल का आकार | 24.96 KB |
स्थापना संख्या | 55 |
वर्तमान संस्करण | 2.1.7 |
अंतिम अपडेट | 2019-03-09 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | Ben Botvinick |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://benbotvinick.com |
सहायता पृष्ठ URL | https://github.com/biggomega/hey-beter/wiki/Hey-Beter-Wiki |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hey Beter", "short_name": "Beter", "version": "2.1.7", "description": "Replaces half of those regular old Bs with the B emoji.", "icons": { "16": "assets\/image\/icon16.png", "19": "assets\/image\/icon19.png", "48": "assets\/image\/icon48.png", "128": "assets\/image\/icon128.png" }, "browser_action": { "default_icon": "assets\/image\/icon19.png", "default_title": "Click to match font" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ] } |