Rainbow Cursor for Google Docs
Make your cursor rainbow in Google Docs.
ما هو Rainbow Cursor for Google Docs؟
Rainbow Cursor for Google Docs هو إضافة Chrome تم تطويرها بواسطة AtomicCoding، والميزة الرئيسية لها هي "Make your cursor rainbow in Google Docs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rainbow Cursor for Google Docs
قم بتنزيل ملفات الامتداد Rainbow Cursor for Google Docs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces the default black cursor of Google Docs with a rainbow gradient allowing you to type in style.
معلومات أساسية عن التمديد
الاسم | Rainbow Cursor for Google Docs |
ID | ndlalmkdjajlefnlimdbmgdhehblelpl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rainbow-cursor-for-google/ndlalmkdjajlefnlimdbmgdhehblelpl |
الوصف | Make your cursor rainbow in Google Docs. |
حجم الملف | 22.65 KB |
عدد التثبيتات | 30,000 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2020-01-13 |
تاريخ النشر | 2020-01-13 |
تقييم | 3.52/5 مجموع تقييمات 46 |
المطور | AtomicCoding |
نوع الدفع | free |
موقع الإضافة | https://github.com/AtomicCoding/rainbow-cursor |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rainbow Cursor for Google Docs", "short_name": "Rainbow Crsr", "version": "2.0.0", "manifest_version": 2, "description": "Make your cursor rainbow in Google Docs.", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*", "http:\/\/docs.google.com\/document\/*" ], "js": [ "rainbow.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Rainbow Cursor", "default_icon": "icon.png" }, "permissions": [ "http:\/\/docs.google.com\/*", "https:\/\/docs.google.com\/*" ] } |