Copy Highlighted HTML
Copy the highlighted text in HTML format.
Vad är Copy Highlighted HTML?
Copy Highlighted HTML är en Chrome-tillägg utvecklad av cheukmankit214, och dess huvudfunktion är "Copy the highlighted text in HTML format.".
Tilläggsskärmbilder
Ladda ner Copy Highlighted HTML-förlängningens CRX-fil
Ladda ner Copy Highlighted HTML-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Copy the highlighted text along with the HTML elements
Grundläggande Information om Tillägg
Namn | |
ID | edjdookmfmdkfligbpjpmolmohpgcmae |
Officiell webbadress | https://chrome.google.com/webstore/detail/copy-highlighted-html/edjdookmfmdkfligbpjpmolmohpgcmae |
Beskrivning | Copy the highlighted text in HTML format. |
Filstorlek | 246 KB |
Antal Installationer | 250 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-05-11 |
Publiceringsdatum | 2017-05-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | cheukmankit214 |
Betalningssätt | free |
Stödda Språk | 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" ] } } |