Kirby
Create shareable images with text perfect for all your social networks.
Kirby là gì?
Kirby là một tiện ích mở rộng Chrome được phát triển bởi arkmuntasser, và tính năng chính của nó là "Create shareable images with text perfect for all your social networks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kirby
Tải xuống các tệp mở rộng Kirby dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Found a picture online that you want to share online? Quickly grab it, add some text and color to it with Kirby!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | idifdafiomeepfkickmelljpfmlnihmo |
URL Chính Thức | https://chromewebstore.google.com/detail/kirby/idifdafiomeepfkickmelljpfmlnihmo |
Mô tả | Create shareable images with text perfect for all your social networks. |
Kích Thước Tệp | 62.35 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2016-01-16 |
Ngày Phát Hành | 2016-01-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | arkmuntasser |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |