Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
Copy As HTML Entity क्या है?
Copy As HTML Entity Punit Gupta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copies the HTML Entity version of the selected Unicode characters"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy As HTML Entity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Consider a situation when you want to put up a translation of some paragraph on your website in a non-Roman language, say, Hindi, Chinese, Japanese etc. without going through the trouble of converting each character or worrying about support in all browsers. This extension basically copies your text as HTML Entity, with just a right-click and copy as HTML!
एक्सटेंशन की मूल जानकारी
नाम | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
विवरण | Copies the HTML Entity version of the selected Unicode characters |
फ़ाइल का आकार | 11.69 KB |
स्थापना संख्या | 150 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2017-03-19 |
प्रकाशन तिथि | 2017-03-19 |
डेवलपर | Punit Gupta |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy As HTML Entity", "description": "Copies the HTML Entity version of the selected Unicode characters", "version": "0.2", "permissions": [ "contextMenus", "clipboardRead", "clipboardWrite" ], "background": { "scripts": [ "script.js" ] }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "manifest_version": 2 } |