Quote Image As Text
Quote arbitary images on the web as markdown text
Quote Image As Text क्या है?
Quote Image As Text motemen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quote arbitary images on the web as markdown text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quote Image As Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard.
एक्सटेंशन की मूल जानकारी
नाम | Quote Image As Text |
ID | fjjehanehnaejfgnmkgebkefbdnebbkc |
आधिकारिक URL | https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc |
विवरण | Quote arbitary images on the web as markdown text |
फ़ाइल का आकार | 8.43 KB |
स्थापना संख्या | 225 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2014-04-05 |
प्रकाशन तिथि | 2014-04-05 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | motemen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quote Image As Text", "version": "0.0.2", "manifest_version": 2, "description": "Quote arbitary images on the web as markdown text", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "contextMenus", "clipboardWrite", "notifications" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" } } |