Kirby
Create shareable images with text perfect for all your social networks.
Wat is Kirby?
Kirby is een Chrome-extensie ontwikkeld door arkmuntasser, en de belangrijkste functie is "Create shareable images with text perfect for all your social networks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kirby
Download Kirby-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!
Basisinformatie over de Extensie
Naam | |
ID | idifdafiomeepfkickmelljpfmlnihmo |
Officiële URL | https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo |
Beschrijving | Create shareable images with text perfect for all your social networks. |
Bestandsgrootte | 62.35 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2016-01-16 |
Publicatiedatum | 2016-01-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | arkmuntasser |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |