Punkjs
Punkjs is a Chrome extension that allows you to load local Javascript files into web pages based on the filename.
Punkjs란 무엇입니까?
Punkjs은(는) Jonathan Cremin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Punkjs is a Chrome extension that allows you to load local Javascript files into web pages based on the filename."입니다.
확장 프로그램 스크린샷
Punkjs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It can load them from a directory of your choosing (like ~/.js) into web pages that match the domain, like google.com.js on www.google.com. > Punk is the phonetic spelling of the Irish word for dot, "ponc". I wanted to call this "Poncjs", but I also didn't want it to be difficult to search for. It is the spiritual successor to dotjs, which is no longer maintained. Extensions have security restrictions that stop them reading from the filesystem, so you'll also need to install the Punkjs Bridge App (https://chrome.google.com/webstore/detail/ecnapnimgoienbogbgcmchpgjbgeaobk). ## How to Use * Install the extension (https://chrome.google.com/webstore/detail/dkjpmglejjkidbgnokkgkiablgbdabpk). * Install the app (https://chrome.google.com/webstore/detail/ecnapnimgoienbogbgcmchpgjbgeaobk). * Create your ~/.js directory. * Launch the app to configure the directory. * Hack on some js. ## How it Works The Punkjs extension and Punkjs Bridge app use the Chrome runtime messaging API for communicating. Whenever you navigate to a webpage the extension will tell the bridge what domain the page is on. The bridge will try to find matching files, starting with the TLD and working down through the levels. The extension then runs the returned Javascript in the context of the page. ## Requirements * Google Chrome.
확장 프로그램 기본 정보
이름 | Punkjs |
ID | dkjpmglejjkidbgnokkgkiablgbdabpk |
공식 URL | https://chromewebstore.google.com/detail/punkjs/dkjpmglejjkidbgnokkgkiablgbdabpk |
설명 | Punkjs is a Chrome extension that allows you to load local Javascript files into web pages based on the filename. |
파일 크기 | 10.67 KB |
설치 횟수 | 45 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2015-12-06 |
출시 날짜 | 2015-12-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jonathan Cremin |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kudos/punkjs |
도움말 페이지 URL | https://github.com/kudos/punkjs/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Punkjs", "version": "0.1.1", "manifest_version": 2, "description": "Punkjs is a Chrome extension that allows you to load local Javascript files into web pages based on the filename.", "author": "Jonathan Cremin |