Preview - Sneak peak at links

ALT+Click links for a popup preview

什么是Preview - Sneak peak at links?

Preview - Sneak peak at links是由benamara.otniel开发的Chrome扩展程序,该扩展的主要功能是“ALT+Click links for a popup preview”。

扩展截图

screenshot

下载Preview - Sneak peak at links扩展crx文件

下载Preview - Sneak peak at links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tired of context switches and too many tabs? Get a sneak peak preview of links.  Press the ALT key when clicking a link and a preview popup will appear! don't worry about those popups, they automatically disappear when the popup loses focus.                    

扩展基本信息

名称 Preview - Sneak peak at links Preview - Sneak peak at links
ID eogpejkjgbbhikkebmpbcdglbnjllfai
官方URL https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai
简介 ALT+Click links for a popup preview
文件大小 103 KB
安装次数 1,004
当前版本 0.0.2
更新时间 2017-05-05
上架时间 2017-05-04
评分 3.41/5 共22次评分
开发者 benamara.otniel
付费类型 free
扩展官网 https://www.preview.guru
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Preview - Sneak peak at links",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "ALT+Click links for a popup preview",
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "static\/*"
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-1.12.4.min.js",
                "src\/inject\/content.js"
            ]
        }
    ]
}