Scriptify Web - Inject JavaScript

Write quick JavaScript for any webpage on the web! A Tool By MD Khokon

Scriptify Web - Inject JavaScriptとは何ですか?

Scriptify Web - Inject JavaScriptはhttps://khokon.devによって開発されたChromeの拡張機能で、その主な機能は「Write quick JavaScript for any webpage on the web! A Tool By MD Khokon」です。

拡張機能のスクリーンショット

screenshot

Scriptify Web - Inject JavaScript拡張機能のCRXファイルをダウンロード

Scriptify Web - Inject JavaScript拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension can be used to write JavaScript codes for any web page for your personal usages. This tool will help you to make your web automation and customization even faster and simpler. 
This extension is really simple and secure! Cause you are writing all codes by yourself! We have no control on what scripts are you going to write for a web page. So, you are the master of your web surface.
Enjoy :)                    

拡張機能の基本情報

名前 Scriptify Web - Inject JavaScript Scriptify Web - Inject JavaScript
ID lljlalcpiafgojdomhdcbpkblekkkklb
公式URL https://chromewebstore.google.com/detail/scriptify-web-inject-java/lljlalcpiafgojdomhdcbpkblekkkklb
説明 Write quick JavaScript for any webpage on the web! A Tool By MD Khokon
ファイルサイズ 230 KB
インストール数 78
現在のバージョン 1.1
最終更新日 2022-03-09
公開日 2020-06-02
評価 5.00/5 合計 2 レビュー
開発者 https://khokon.dev
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.blogdesire.com/scriptify-web-extension-documentation/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scriptify Web - Inject JavaScript",
    "short_name": "Scriptify",
    "description": "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "storage"
    ],
    "version": "1.1",
    "icons": {
        "256": "assets\/img\/256.png",
        "128": "assets\/img\/128.png",
        "48": "assets\/img\/48.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/128.png",
        "default_popup": "popup.html",
        "default_title": "Personal Tools"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/alon.css"
            ],
            "js": [
                "assets\/jquery.js",
                "assets\/alon.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}