Kirby
Create shareable images with text perfect for all your social networks.
Cos'è Kirby?
Kirby è un'estensione di Chrome sviluppata da arkmuntasser, e la sua funzione principale è "Create shareable images with text perfect for all your social networks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kirby
Scarica i file di estensione Kirby in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!
Informazioni di Base sull'Estensione
Nome | |
ID | idifdafiomeepfkickmelljpfmlnihmo |
URL Ufficiale | https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo |
Descrizione | Create shareable images with text perfect for all your social networks. |
Dimensione del File | 62.35 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2016-01-16 |
Data di Pubblicazione | 2016-01-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | arkmuntasser |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |