Kirby

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

什麼是Kirby?

Kirby是由arkmuntasser開發的Chrome擴展程式,該擴展的主要功能是“Create shareable images with text perfect for all your social networks.”。

擴展截圖

screenshot
screenshot

下載Kirby擴展crx文件

下載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
官方網址 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
}