Kirby
Create shareable images with text perfect for all your social networks.
Kirbyとは何ですか?
Kirbyはarkmuntasserによって開発されたChromeの拡張機能で、その主な機能は「Create shareable images with text perfect for all your social networks.」です。
拡張機能のスクリーンショット
Kirby拡張機能のCRXファイルをダウンロード
Kirby拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!
拡張機能の基本情報
名前 | |
ID | idifdafiomeepfkickmelljpfmlnihmo |
公式URL | https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo |
説明 | Create shareable images with text perfect for all your social networks. |
ファイルサイズ | 62.35 KB |
インストール数 | 25 |
現在のバージョン | 1.0.4 |
最終更新日 | 2016-01-16 |
公開日 | 2016-01-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | arkmuntasser |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |