Kirby
Create shareable images with text perfect for all your social networks.
Kirby क्या है?
Kirby arkmuntasser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create shareable images with text perfect for all your social networks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kirby एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |