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!؟

Preach! هو إضافة Chrome تم تطويرها بواسطة samjarman، والميزة الرئيسية لها هي "Preach inserts a 👏 emoji after all the words in text you select and puts the modified text on your clipboard ready to paste.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Preach!

قم بتنزيل ملفات الامتداد Preach! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Preach! Preach!
ID ohobigchjhkjogkjmpaipkcfgjjhacah
عنوان URL الرسمي https://chromewebstore.google.com/detail/preach/ohobigchjhkjogkjmpaipkcfgjjhacah
الوصف Preach inserts a 👏 emoji after all the words in text you select and puts the modified text on your clipboard ready to paste.
حجم الملف 18.27 KB
عدد التثبيتات 11
النسخة الحالية 0.1.1
آخر تحديث 2017-02-15
تاريخ النشر 2017-02-15
تقييم 3.33/5 مجموع تقييمات 3
المطور samjarman
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}