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.
拡張機能の基本情報
名前 | DOM Zelda |
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 |
Eメール | [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": [ " |