Kirby

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

What is Kirby?

Kirby is a Chrome extension developed by arkmuntasser, and its main feature is "Create shareable images with text perfect for all your social networks.".

Extension Screenshots

screenshot
screenshot

Download Kirby Extension CRX File

Download Kirby extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Kirby Kirby
ID idifdafiomeepfkickmelljpfmlnihmo
Official URL https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo
Description Create shareable images with text perfect for all your social networks.
File Size 62.35 KB
Installation Count 25
Current Version 1.0.4
Last Updated 2016-01-16
Publish Date 2016-01-16
Rating 5.00/5 Total 2 Ratings
Developer arkmuntasser
Email [email protected]
Payment Type free
Supported Languages 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
}