Kirby
Create shareable images with text perfect for all your social networks.
Apa itu Kirby?
Kirby adalah ekstensi Chrome yang dikembangkan oleh arkmuntasser, dan fitur utamanya adalah "Create shareable images with text perfect for all your social networks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Kirby
Unduh file ekstensi Kirby dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!
Informasi Dasar Ekstensi
Nama | |
ID | idifdafiomeepfkickmelljpfmlnihmo |
URL Resmi | https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo |
Deskripsi | Create shareable images with text perfect for all your social networks. |
Ukuran File | 62.35 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2016-01-16 |
Tanggal Publikasi | 2016-01-16 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | arkmuntasser |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |