Kirby

Create shareable images with text perfect for all your social networks.

Kirbyคืออะไร?

Kirby เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arkmuntasser และคุณลักษณะหลักของมันคือ "Create shareable images with text perfect for all your social networks."

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

screenshot
screenshot

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

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

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

                        Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!                    

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

ชื่อ Kirby Kirby
ID idifdafiomeepfkickmelljpfmlnihmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo
คำอธิบาย Create shareable images with text perfect for all your social networks.
ขนาดไฟล์ 62.35 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2016-01-16
วันที่เผยแพร่ 2016-01-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา arkmuntasser
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kirby",
    "version": "1.0.4",
    "description": "Create shareable images with text perfect for all your social networks.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "loadMeme.js",
                "canvas.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Open Kirby",
        "default_icon": "icon-185.png"
    },
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "185": "icon-185.png"
    },
    "manifest_version": 2
}