Kirby

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

Qu'est-ce que Kirby ?

Kirby est une extension Chrome développée par arkmuntasser, et sa fonction principale est "Create shareable images with text perfect for all your social networks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kirby

Téléchargez les fichiers d'extension Kirby au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Kirby Kirby
ID idifdafiomeepfkickmelljpfmlnihmo
URL Officiel https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo
Description Create shareable images with text perfect for all your social networks.
Taille du Fichier 62.35 KB
Nombre d'Installations 25
Version Actuelle 1.0.4
Dernière Mise à Jour 2016-01-16
Date de Publication 2016-01-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur arkmuntasser
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}