Copy Highlighted HTML
Copy the highlighted text in HTML format.
Qu'est-ce que Copy Highlighted HTML ?
Copy Highlighted HTML est une extension Chrome développée par cheukmankit214, et sa fonction principale est "Copy the highlighted text in HTML format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Highlighted HTML
Téléchargez les fichiers d'extension Copy Highlighted HTML au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Copy the highlighted text along with the HTML elements
Informations de Base sur l'Extension
Nom | |
ID | edjdookmfmdkfligbpjpmolmohpgcmae |
URL Officiel | https://chrome.google.com/webstore/detail/copy-highlighted-html/edjdookmfmdkfligbpjpmolmohpgcmae |
Description | Copy the highlighted text in HTML format. |
Taille du Fichier | 246 KB |
Nombre d'Installations | 250 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-05-11 |
Date de Publication | 2017-05-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | cheukmankit214 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |