Light Saber
light saber cursor that follows you
ما هو Light Saber؟
Light Saber هو إضافة Chrome تم تطويرها بواسطة FranPR9، والميزة الرئيسية لها هي "light saber cursor that follows you".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Light Saber
قم بتنزيل ملفات الامتداد Light Saber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Light Saber that follows your cursor. You can change it color, turn off the sound and send it to the back and front of your page
معلومات أساسية عن التمديد
الاسم | |
ID | ecjhncafajenonjhgojomkbpbnbclkbk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/light-saber/ecjhncafajenonjhgojomkbpbnbclkbk |
الوصف | light saber cursor that follows you |
حجم الملف | 175 KB |
عدد التثبيتات | 510 |
النسخة الحالية | 0.3 |
آخر تحديث | 2015-12-16 |
تاريخ النشر | 2015-12-16 |
تقييم | 1.62/5 مجموع تقييمات 13 |
المطور | FranPR9 |
نوع الدفع | free |
موقع الإضافة | https://github.com/FranPR9/light_saber |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Light Saber", "description": "light saber cursor that follows you", "version": "0.3", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/lightsaber.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "js\/light_saber.js" ] } ], "web_accessible_resources": [ "img\/*.png", "audio\/*.WAV" ], "icons": { "16": "img\/lightsaber.png", "128": "img\/lightsaber.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/www.google.com\/*", "clipboardRead", "clipboardWrite", "https:\/\/ajax.googleapis.com\/" ] } |