SkysCraper

Extension to execute in every chrome

什么是SkysCraper?

SkysCraper是由greymer.molina开发的Chrome扩展程序,该扩展的主要功能是“Extension to execute in every chrome”。

扩展截图

screenshot

下载SkysCraper扩展crx文件

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

扩展使用说明

                        Extension to highlight words on any web page in real time, you can select any color, and save your lists according to your needs. This extension works with email, so you must ask the administrator to register and enjoy the app                    

扩展基本信息

名称 SkysCraper SkysCraper
ID hanhdkiknjglnfgnfchohabklhniiajh
官方URL https://chromewebstore.google.com/detail/skyscraper/hanhdkiknjglnfgnfchohabklhniiajh
简介 Extension to execute in every chrome
文件大小 2.15 MB
安装次数 27
当前版本 1.0
更新时间 2021-04-13
上架时间 2021-04-13
评分 5.00/5 共15次评分
开发者 greymer.molina
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SkysCraper",
    "description": "Extension to execute in every chrome",
    "background": {
        "scripts": [
            "firebase-app.js",
            "firebase-firestore.js",
            "background.js"
        ]
    },
    "options_page": "",
    "version": "1.0",
    "icons": {
        "16": "images\/iconsc16.png",
        "32": "images\/iconsc32.png",
        "48": "images\/iconsc48.png",
        "128": "images\/iconsc128.png"
    },
    "browser_action": {
        "default_title": "SkysCraper",
        "default_popup": ".\/background.html",
        "default_icon": {
            "16": "images\/iconsc16.png",
            "32": "images\/iconsc32.png",
            "48": "images\/iconsc48.png",
            "128": "images\/iconsc128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-latest.min.js",
                "foreground.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "short_name": "SkysCraper",
    "content_security_policy": "script-src 'self'  https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'"
}