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
电子邮箱 [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:\/\/*\/*"
            ]
        }
    ]
}