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 |
| 官方網址 | 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": [
" | |