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 هو إضافة Chrome تم تطويرها بواسطة corridorr، والميزة الرئيسية لها هي "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
تحميل ملف CRX للإضافة DOM Zelda
قم بتنزيل ملفات الامتداد DOM Zelda بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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": [ " |