shitpostify

Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!

shitpostifyคืออะไร?

shitpostify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atlc และคุณลักษณะหลักของมันคือ "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย shitpostify

ดาวน์โหลดไฟล์ส่วนขยาย shitpostify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Needed a way to quickly mock someone's comment online, with minimal effort? Thankfully, shitpostify fills that gap for you!

All you need to do is right-click on a highlighted block of text, then click "Shitpostify highlighted text?" to see that Internet Tough Guy's comment ridiculed.

Source code is at https://github.com/atlc/shitpostify-extension, any contributions or suggestions for improvement are greatly appreciated.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ shitpostify shitpostify
ID dojihbiflikelfjnoaljoeiklhgdnijp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp
คำอธิบาย Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
ขนาดไฟล์ 46.01 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2020-03-25
วันที่เผยแพร่ 2020-03-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา atlc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shitpostify",
    "version": "1.0.3",
    "description": "Right-click highlighted text to turn it into an EMOJi\ud83d\ude89lAdEn\u2642\ufe0fcOpYpasTA\ud83d\udcb0sHiTpoSt!",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "64": "\/icons\/64.png",
        "128": "\/icons\/128.png"
    }
}