Copy Highlighted HTML
Copy the highlighted text in HTML format.
Apa itu Copy Highlighted HTML?
Copy Highlighted HTML adalah ekstensi Chrome yang dikembangkan oleh cheukmankit214, dan fitur utamanya adalah "Copy the highlighted text in HTML format.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy Highlighted HTML
Unduh file ekstensi Copy Highlighted HTML dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Copy the highlighted text along with the HTML elements
Informasi Dasar Ekstensi
Nama | |
ID | edjdookmfmdkfligbpjpmolmohpgcmae |
URL Resmi | https://chrome.google.com/webstore/detail/copy-highlighted-html/edjdookmfmdkfligbpjpmolmohpgcmae |
Deskripsi | Copy the highlighted text in HTML format. |
Ukuran File | 246 KB |
Jumlah Instalasi | 250 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-05-11 |
Tanggal Publikasi | 2017-05-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | cheukmankit214 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Highlighted HTML", "description": "Copy the highlighted text in HTML format.", "version": "1.0", "browser_action": { "default_icon": "assets\/copy_html_large.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "assets\/copy_html_bitty.png", "48": "assets\/copy_html_small.png", "128": "assets\/copy_html_large.png" }, "background": { "scripts": [ "main.js" ] } } |