Lefty Cursor
Change the default pointer cursor to a left hand
ما هو Lefty Cursor؟
Lefty Cursor هو إضافة Chrome تم تطويرها بواسطة achord، والميزة الرئيسية لها هي "Change the default pointer cursor to a left hand".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lefty Cursor
قم بتنزيل ملفات الامتداد Lefty Cursor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By default the web pointer cursor is a right hand. It's just another example of the man trying to hold a lefty down! Change the default pointer cursor to a lefty, the way God intended.
معلومات أساسية عن التمديد
الاسم | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
الوصف | Change the default pointer cursor to a left hand |
حجم الملف | 20.23 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-09-30 |
تاريخ النشر | 2017-09-30 |
المطور | achord |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lefty Cursor", "description": "Change the default pointer cursor to a left hand", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "web_accessible_resources": [ "pointer-left-16.png", "hand-left-16.png", "grab-left-16.png" ], "browser_action": { "default_icon": "icon.png", "default_title": "Lefty Cursor" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles.css" ] } ], "permissions": [ "activeTab", "storage" ] } |