Circle cursor
Change your cursor to a circle
ما هو Circle cursor؟
Circle cursor هو إضافة Chrome تم تطويرها بواسطة coxmi، والميزة الرئيسية لها هي "Change your cursor to a circle".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Circle cursor
قم بتنزيل ملفات الامتداد Circle cursor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor. معلومات أساسية عن التمديد
| الاسم | |
| ID | ilelbekedacppdghaclcoolmmdogpbbh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
| الوصف | Change your cursor to a circle |
| حجم الملف | 12.43 KB |
| عدد التثبيتات | 273 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2022-02-04 |
| تاريخ النشر | 2022-01-18 |
| تقييم | 4.00/5 مجموع تقييمات 1 |
| المطور | coxmi |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/coxmi/chrome-circle-cursor |
| عنوان صفحة المساعدة | https://github.com/coxmi/chrome-circle-cursor/issues |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"script.js"
],
"css": [
"styles.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"description": "Change your cursor to a circle",
"icons": {
"128": "assets\/icon128.png",
"16": "assets\/icon16.png",
"48": "assets\/icon48.png"
},
"manifest_version": 2,
"name": "Circle cursor",
"homepage_url": "https:\/\/github.com\/coxmi\/chrome-circle-cursor",
"version": "1.0.2"
} | |