Copy Highlighted HTML
Copy the highlighted text in HTML format.
Wat is Copy Highlighted HTML?
Copy Highlighted HTML is een Chrome-extensie ontwikkeld door cheukmankit214, en de belangrijkste functie is "Copy the highlighted text in HTML format.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Highlighted HTML
Download Copy Highlighted HTML-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Copy the highlighted text along with the HTML elements
Basisinformatie over de Extensie
Naam | |
ID | edjdookmfmdkfligbpjpmolmohpgcmae |
Officiële URL | https://chrome.google.com/webstore/detail/copy-highlighted-html/edjdookmfmdkfligbpjpmolmohpgcmae |
Beschrijving | Copy the highlighted text in HTML format. |
Bestandsgrootte | 246 KB |
Aantal Installaties | 250 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-05-11 |
Publicatiedatum | 2017-05-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | cheukmankit214 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |