Spot: Better Find in Page

Helps to find information inside a page

什麼是Spot: Better Find in Page?

Spot: Better Find in Page是由Aftersearch開發的Chrome擴展程式,該擴展的主要功能是“Helps to find information inside a page”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Spot: Better Find in Page擴展crx文件

下載Spot: Better Find in Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}