Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
ما هو Copy As HTML Entity؟
Copy As HTML Entity هو إضافة Chrome تم تطويرها بواسطة Punit Gupta، والميزة الرئيسية لها هي "Copies the HTML Entity version of the selected Unicode characters".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy As HTML Entity
قم بتنزيل ملفات الامتداد Copy As HTML Entity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |