SkysCraper

Extension to execute in every chrome

Apa itu SkysCraper?

SkysCraper adalah ekstensi Chrome yang dikembangkan oleh greymer.molina, dan fitur utamanya adalah "Extension to execute in every chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SkysCraper

Unduh file ekstensi SkysCraper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SkysCraper SkysCraper
ID hanhdkiknjglnfgnfchohabklhniiajh
URL Resmi https://chromewebstore.google.com/detail/skyscraper/hanhdkiknjglnfgnfchohabklhniiajh
Deskripsi Extension to execute in every chrome
Ukuran File 2.15 MB
Jumlah Instalasi 27
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-13
Tanggal Publikasi 2021-04-13
Penilaian 5.00/5 Total 15 Penilaian
Pengembang greymer.molina
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}