jsFiddle Player
Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox.
Qu'est-ce que jsFiddle Player ?
jsFiddle Player est une extension Chrome développée par busterc, et sa fonction principale est "Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension jsFiddle Player
Téléchargez les fichiers d'extension jsFiddle Player 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
jsFiddle is awesome, but sometimes you want to combine all your HTML, CSS & JS into a single HTML file (perhaps to save it to your local disk). jsFiddle Player does that, it simply adds a "play" button to the Omnibox so that you can pop open a new tab/window with the output combined into a single web page. That's it, simple & useful (at least for me)!
Informations de Base sur l'Extension
Nom | jsFiddle Player |
ID | acmoiaipblimhfnjejofmmfjkgpedcpd |
URL Officiel | https://chromewebstore.google.com/detail/jsfiddle-player/acmoiaipblimhfnjejofmmfjkgpedcpd |
Description | Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox. |
Taille du Fichier | 28.39 KB |
Nombre d'Installations | 673 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-05-15 |
Date de Publication | 2012-05-15 |
Évaluation | 3.50/5 Total 8 Évaluations |
Développeur | busterc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "jsFiddle Player", "version": "1.0", "manifest_version": 2, "description": "Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "img\/icon-016.png", "default_title": "Play this fiddle" }, "icons": { "16": "img\/icon-016.png", "48": "img\/icon-048.png", "128": "img\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/jsfiddle.net\/*", "https:\/\/jsfiddle.net\/*" ] } |