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
Eメール [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'"
}