dotjs universal
~/.js
什么是dotjs universal?
dotjs universal是由p3lim开发的Chrome扩展程序,该扩展的主要功能是“~/.js”。
下载dotjs universal扩展crx文件
下载dotjs universal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
dotjs is a Chrome/Chromium browser extension that executes JavaScript and CSS files on websites based on their filename. If you navigate to `www.google.com`, dotjs will execute `/scripts/google.com.js` and/or `/styles/google.com.css` if either of the files exist. It will also execute `/scripts/default.js` and `/styles/default.css` for all your bootstrapping and library needs. This makes it super easy to spruce up your favorite pages using JavaScript or CSS. See https://github.com/p3lim/dotjs-universal for full installation instructions. Works on any OS without any extra fuzz, based on the original code of defunkt.
扩展基本信息
名称 | |
ID | mnnjfadhifkmdoalniglnmmpjggnfbam |
官方URL | https://chrome.google.com/webstore/detail/dotjs-universal/mnnjfadhifkmdoalniglnmmpjggnfbam |
简介 | ~/.js |
文件大小 | 45.89 KB |
安装次数 | 106 |
当前版本 | 1.6.1 |
更新时间 | 2014-08-05 |
上架时间 | 2014-08-05 |
评分 | 4.80/5 共5次评分 |
开发者 | p3lim |
付费类型 | free |
扩展官网 | https://github.com/p3lim/dotjs-universal |
帮助页面URL | https://github.com/p3lim/dotjs-universal/issues |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dotjs universal", "manifest_version": 2, "minimum_chrome_version": "23", "version": "1.6.1", "description": "~\/.js", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "dotjs.js" ] } ], "web_accessible_resources": [ "scripts\/*.js", "styles\/*.css" ] } |