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文件
下載Punkjs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |