SkysCraper

Extension to execute in every chrome

Cos'è SkysCraper?

SkysCraper è un'estensione di Chrome sviluppata da greymer.molina, e la sua funzione principale è "Extension to execute in every chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SkysCraper

Scarica i file di estensione SkysCraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SkysCraper SkysCraper
ID hanhdkiknjglnfgnfchohabklhniiajh
URL Ufficiale https://chromewebstore.google.com/detail/skyscraper/hanhdkiknjglnfgnfchohabklhniiajh
Descrizione Extension to execute in every chrome
Dimensione del File 2.15 MB
Conteggio Installazioni 27
Versione Corrente 1.0
Ultimo Aggiornamento 2021-04-13
Data di Pubblicazione 2021-04-13
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore greymer.molina
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}