Preach!

Preach inserts a 👏 emoji after all the words in text you select and puts the modified text on your clipboard ready to paste.

Preach! là gì?

Preach! là một tiện ích mở rộng Chrome được phát triển bởi samjarman, và tính năng chính của nó là "Preach inserts a 👏 emoji after all the words in text you select and puts the modified text on your clipboard ready to paste.".

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

screenshot

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

Tải xuống các tệp mở rộng Preach! 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

                        Typing 👏  like 👏  this 👏   is 👏  super 👏  hard... so Preach! inserts a 👏  clap emoji after all the words in text you select and puts the modified text on your clipboard ready to paste. Use it for Tweets, Facebook, blogs and much more! 


F.A.Q:
Why not just replace the text? 
Well we don't feel comfortable editing the stuff you put into text fields - that's your job and we want to respect that. 

Why is there no space after the 👏 emoji? 
Well Chrome has a rendering bug right now with emoji (the space is there!) so we assume this will be fixed super soon. Hang tight!

Thanks to:
Ben Moskovitz 
Jacob Marshall                    

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

Tên Preach! Preach!
ID ohobigchjhkjogkjmpaipkcfgjjhacah
URL Chính Thức https://chromewebstore.google.com/detail/preach/ohobigchjhkjogkjmpaipkcfgjjhacah
Mô tả Preach inserts a 👏 emoji after all the words in text you select and puts the modified text on your clipboard ready to paste.
Kích Thước Tệp 18.27 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-02-15
Ngày Phát Hành 2017-02-15
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển samjarman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Preach!",
    "short_name": "Preach!",
    "description": "Preach inserts a \ud83d\udc4f emoji after all the words in text you select and puts the modified text on your clipboard ready to paste.",
    "version": "0.1.1",
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}