jsFiddle Player
Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox.
jsFiddle Player là gì?
jsFiddle Player là một tiện ích mở rộng Chrome được phát triển bởi busterc, và tính năng chính của nó là "Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng jsFiddle Player
Tải xuống các tệp mở rộng jsFiddle Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | jsFiddle Player |
ID | acmoiaipblimhfnjejofmmfjkgpedcpd |
URL Chính Thức | https://chromewebstore.google.com/detail/jsfiddle-player/acmoiaipblimhfnjejofmmfjkgpedcpd |
Mô tả | Opens jsFiddle output to a single unified html page in a new window or tab with one click from the Omnibox. |
Kích Thước Tệp | 28.39 KB |
Số Lần Cài Đặt | 673 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2012-05-15 |
Ngày Phát Hành | 2012-05-15 |
Đánh Giá | 3.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | busterc |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |