Fiddle Config
Adds functionality for persisting certain configuration selections on http://jsfiddle.net
Fiddle Config란 무엇입니까?
Fiddle Config은(는) canon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds functionality for persisting certain configuration selections on http://jsfiddle.net"입니다.
확장 프로그램 스크린샷
Fiddle Config 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*** updated to address jsFiddle's change to a particular input id Adds a "default" button next to the following combo-boxes on jsfiddle's configuration panel: Doc Type Style Type Script Type JS Wrap JS Library External Resources Clicking a "default" button will save the associated selection as a default value. Default selections will never supersede an existing fiddle's configuration; defaults are loaded only for new fiddles. Settings are persisted through local storage and are particular to the registered jsfiddle user or, if unavailable, the client machine itself. Initial idea credited to Robert Lemon http://sourcoder.blogspot.ca/
확장 프로그램 기본 정보
이름 | Fiddle Config |
ID | magendaoiemdipeblnllmjhbelpopmgb |
공식 URL | https://chromewebstore.google.com/detail/fiddle-config/magendaoiemdipeblnllmjhbelpopmgb |
설명 | Adds functionality for persisting certain configuration selections on http://jsfiddle.net |
파일 크기 | 22.08 KB |
설치 횟수 | 178 |
현재 버전 | 0.0.2.4 |
최근 업데이트 | 2013-04-17 |
출시 날짜 | 2013-04-16 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | canon |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds functionality for persisting certain configuration selections on http:\/\/jsfiddle.net", "name": "Fiddle Config", "permissions": [ "*:\/\/*.jsfiddle.net\/" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.jsfiddle.net\/*" ], "js": [ "main.js" ] } ], "manifest_version": 2, "version": "0.0.2.4" } |