크롬 4

Vue.js Chrome Extension Example

https://github.com/vuejs/vue/tree/csp/dist 크롬 확장프로그램(chrome://extensions/) > 압축해제된 확장 프로그램을 로드합니다. 클릭 아래 ./vue-csp 폴더 선택 크롬 앱 목록(chrome://apps/)에서 설치한 앱 선택 새창에 앱이 실행된다. ./vue-csp assets/ app.js vue.js # https://github.com/vuejs/vue/tree/csp/dist icon_16.png icon_128.png index.html main.js manifest.json index.html {{ message}} main.js chrome.app.runtime.onLaunched.addListener(function() { // 화면중심..

lang/vue 2019.01.15

Chrome Javascript 유용한 기능

당신이 모를 수도 있는 크롬 개발자 콘솔 기능들 (Things you probably didn’t know you could do with Chrome’s Developer Console) Event 확인 getEventListeners($('selector')); // 엘리먼트에 모든 이벤트를 포함한 객체 배열(array of objects)을 리턴 이벤트 모니터링 monitorEvents($(‘selector’)) 코드 블록 실행 시간 확인 console.time('labelName'); console.timeEnd('labelName'); 변수 값 테이블 형식 보기 myArray=[{a:1,b:2,c:3},{a:1,b:2,c:3,d:4},{k:11,f:22},{a:1,b:2,c:3}]; consol..

lang/js 2016.11.10

Chrome OS 999.999.32309.21140

참고Download Google Chrome OS .vmdk And .vdi [VMware and VirtualBox] (Via Torrents / Megaupload) Want to try Chrome OS? Download VMDK or VDI image, see for yourself, it's a 300 MB download. 구글 크롬 OS 설치 및 사용해보기구글의 크롬 OS를 탑재한 Cr-48, 테스트 동영상 공개 크롬 OS, 공짜로 준다면야 크롬 웹스토어, 크롬 OS가 의미하는것크롬OS, 윈도용 SW 지원 대세되나 아주 심플하고 간단한 브라우즈로 된 OS입니다. 하지만 아직은 조금 더 다듬어야 하지 않을까 생각되네요.Ubuntu에서 vbox로 실행 해보아서 그런지 OS자체 속도에서는 굉장이 ..

google 2010.12.21
반응형