DOM Zelda
DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange
什么是DOM Zelda?
DOM Zelda是由corridorr开发的Chrome扩展程序,该扩展的主要功能是“DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange”。
下载DOM Zelda扩展crx文件
下载DOM Zelda扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Navigate to a webpage and click the extension button once it is in your toolbar. You'll gain a Link sprite in the upper left corner, that you can now control using your arrow keys. You can walk over links ( tags in HTML) and they will change color.
I wanted to learn how to make a Chrome Extension so this is my first one. 扩展基本信息
| 名称 | |
| ID | dllfbajmcchhilkibodamibhofpfidbc |
| 官方URL | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
| 简介 | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
| 文件大小 | 91.41 KB |
| 安装次数 | 186 |
| 当前版本 | 1 |
| 更新时间 | 2015-10-12 |
| 上架时间 | 2015-10-12 |
| 评分 | 2.64/5 共14次评分 |
| 开发者 | corridorr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://github.com/cstavitsky/domzelda |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DOM Zelda",
"description": "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange",
"version": "1",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
" | |