Kirby
Create shareable images with text perfect for all your social networks.
Was ist Kirby?
Kirby ist eine Chrome-Erweiterung, die von arkmuntasser entwickelt wurde, und ihr Hauptmerkmal ist "Create shareable images with text perfect for all your social networks.".
Erweiterungsscreenshots
Kirby-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kirby-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!
Grundlegende Informationen zur Erweiterung
Name | |
ID | idifdafiomeepfkickmelljpfmlnihmo |
Offizielle URL | https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo |
Beschreibung | Create shareable images with text perfect for all your social networks. |
Dateigröße | 62.35 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2016-01-16 |
Veröffentlichungsdatum | 2016-01-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | arkmuntasser |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |