Auto Cursor

A productivity tool to automatically select the first visible text input.

Auto Cursor क्या है?

Auto Cursor spyrosoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A productivity tool to automatically select the first visible text input."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Cursor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Do you ever feel annoyed because you have to click in a username or search text field? The cursor should have been placed there automatically. This extension aims to solve that problem.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Cursor Auto Cursor
ID gjaabiillfmidpcknchjeiadoppocmaf
आधिकारिक URL https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf
विवरण A productivity tool to automatically select the first visible text input.
फ़ाइल का आकार 7.38 KB
स्थापना संख्या 115
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-10-20
प्रकाशन तिथि 2015-10-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर spyrosoft
भुगतान के प्रकार free
सहायता पृष्ठ URL http://spyrosoft.com/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Cursor",
    "description": "A productivity tool to automatically select the first visible text input.",
    "version": "1.0",
    "icons": {
        "128": "auto-cursor-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "auto-cursor.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}