Hey Beter

Replaces half of those regular old Bs with the B emoji.

Hey Beter là gì?

Hey Beter là một tiện ích mở rộng Chrome được phát triển bởi Ben Botvinick, và tính năng chính của nó là "Replaces half of those regular old Bs with the B emoji.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hey Beter

Tải xuống các tệp mở rộng Hey Beter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hey Beter Hey Beter
ID ejpilpdcahcfkhanpikmgadenjhpchem
URL Chính Thức https://chromewebstore.google.com/detail/hey-beter/ejpilpdcahcfkhanpikmgadenjhpchem
Mô tả Replaces half of those regular old Bs with the B emoji.
Kích Thước Tệp 24.96 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 2.1.7
Cập Nhật Lần Cuối 2019-03-09
Ngày Phát Hành 2019-03-08
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Ben Botvinick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://benbotvinick.com
URL Trang Trợ Giúp https://github.com/biggomega/hey-beter/wiki/Hey-Beter-Wiki
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}