jsFiddle Player
Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox.
Apa itu jsFiddle Player?
jsFiddle Player adalah ekstensi Chrome yang dikembangkan oleh busterc, dan fitur utamanya adalah "Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi jsFiddle Player
Unduh file ekstensi jsFiddle Player dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)!
Informasi Dasar Ekstensi
Nama | jsFiddle Player |
ID | acmoiaipblimhfnjejofmmfjkgpedcpd |
URL Resmi | https://chromewebstore.google.com/detail/jsfiddle-player/acmoiaipblimhfnjejofmmfjkgpedcpd |
Deskripsi | Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox. |
Ukuran File | 28.39 KB |
Jumlah Instalasi | 673 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-05-15 |
Tanggal Publikasi | 2012-05-15 |
Penilaian | 3.50/5 Total 8 Penilaian |
Pengembang | busterc |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |