Spot: Better Find in Page

Helps to find information inside a page

Spot: Better Find in Page क्या है?

Spot: Better Find in Page Aftersearch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps to find information inside a page"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Spot finds information inside a page that you were searching for in Google. No need to read through a long page to find a small piece of information. Instead, click the Spot icon to see the list of sentences relevant to your Google query.

Spot also serves as a much better alternative for a built-in Find function with the following features

Features:

-- [NEW] uses the last Google query as the default
-- finds relevant sentences
-- works well with long queries
-- provides autocomplete
-- aware of word forms, "testing" = "test" = "tests"
-- supports mouse and keyboard controls
-- privacy, everything is processed on a client
-- Material Design

Enjoy!                    

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

नाम Spot: Better Find in Page Spot: Better Find in Page
ID bbpdiffmmobnnngmfigpgddgjpgjgbol
आधिकारिक URL https://chromewebstore.google.com/detail/spot-better-find-in-page/bbpdiffmmobnnngmfigpgddgjpgjgbol
विवरण Helps to find information inside a page
फ़ाइल का आकार 146 KB
स्थापना संख्या 527
वर्तमान संस्करण 0.8.7.4
अंतिम अपडेट 2014-09-07
प्रकाशन तिथि 2014-09-07
रेटिंग 2.77/5 कुल 13 रेटिंग्स
डेवलपर Aftersearch
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.aftersearch.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spot: Better Find in Page",
    "description": "Helps to find information inside a page",
    "version": "0.8.7.4",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "bg.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/lodash.min.js",
                "libs\/jquery.min.js",
                "libs\/jquery-scrollto.js",
                "libs\/nlp.min.js",
                "libs\/mutation-summary.js",
                "content.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}