Rainbow Cursor for Google Docs
Make your cursor rainbow in Google Docs.
Rainbow Cursor for Google Docs क्या है?
Rainbow Cursor for Google Docs AtomicCoding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your cursor rainbow in Google Docs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rainbow Cursor for Google Docs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |