Scriptify Web - Inject JavaScript

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

Scriptify Web - Inject JavaScript là gì?

Scriptify Web - Inject JavaScript là một tiện ích mở rộng Chrome được phát triển bởi https://khokon.dev, và tính năng chính của nó là "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scriptify Web - Inject JavaScript

Tải xuống các tệp mở rộng Scriptify Web - Inject JavaScript dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scriptify Web - Inject JavaScript Scriptify Web - Inject JavaScript
ID lljlalcpiafgojdomhdcbpkblekkkklb
URL Chính Thức https://chromewebstore.google.com/detail/scriptify-web-inject-java/lljlalcpiafgojdomhdcbpkblekkkklb
Mô tả Write quick JavaScript for any webpage on the web! A Tool By MD Khokon
Kích Thước Tệp 230 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-03-09
Ngày Phát Hành 2020-06-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://khokon.dev
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.blogdesire.com/scriptify-web-extension-documentation/
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}