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 |
电子邮箱 | [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 } |