Render Selection
Render selected text as HTML using Render Selection. This extension adds a a menu item to the context menu so that when you have…
Qu'est-ce que Render Selection ?
Render Selection est une extension Chrome développée par michaelstratman, et sa fonction principale est "Render selected text as HTML using Render Selection. This extension adds a a menu item to the context menu so that when you have…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Render Selection
Téléchargez les fichiers d'extension Render Selection 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
Render selected text as HTML using Render Selection. This extension adds a a menu item to the context menu so that when you have text selected and you right click you can render the selected text as HTML in a new tab. Also you can right click anywhere and you'll have the option to render your clipboard in a new tab as well. Use it when viewing example html snippets on sites like stackoverflow or other sites.
Informations de Base sur l'Extension
Nom | Render Selection |
ID | jcmgcgddggonhfmkjkogkmifcfmkmgfg |
URL Officiel | https://chromewebstore.google.com/detail/render-selection/jcmgcgddggonhfmkjkogkmifcfmkmgfg |
Description | Render selected text as HTML using Render Selection. This extension adds a a menu item to the context menu so that when you have… |
Taille du Fichier | 351 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2013-05-08 |
Date de Publication | 2013-05-08 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | michaelstratman |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/michaelstratman/RenderSelection |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Render Selection", "permissions": [ "contextMenus", "tabs", "clipboardRead", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.5", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon.png" }, "manifest_version": 2 } |