OK Helper

The feeling of flying general debugging_

Τι είναι το OK Helper;

Το OK Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bruce zhang, και η κύρια λειτουργία του είναι "The feeling of flying general debugging_".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης OK Helper

Λήψη αρχείων επέκτασης OK Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        As a basic tool to improve developer efficiency, OK Assistant can enable multi-language debugging, keep Pisces, grid and other functions in the lower right corner, digital verification, and open commonly used pages.

Adhering to the goal of improving efficiency, OK Assistant will support more and more convenient operations to improve developer efficiency in the future.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OK Helper OK Helper
ID inigpliagnebinkangnnmhgpaiabbpgm
Επίσημο URL https://chromewebstore.google.com/detail/ok-helper/inigpliagnebinkangnnmhgpaiabbpgm
Περιγραφή The feeling of flying general debugging_
Μέγεθος Αρχείου 337 KB
Αριθμός Εγκαταστάσεων 611
Τρέχουσα Έκδοση 0.0.40
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2023-02-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής bruce zhang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.okx.com/support/hc/en-us/articles/8307929259021-OKX-Web3-Ecosystem-Terms-of-Service
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.40",
    "name": "__MSG_okhelper_intro_maintitle_product_name__",
    "short_name": "__MSG_okhelper_intro_maintitle_product_name__",
    "description": "__MSG_okhelper_intro_text_desc__",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background\/background.js"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/vendor\/copy-css-to-variable.js",
                "scripts\/vendor\/okscript.js",
                "scripts\/vendor\/inject-apollo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/vendor\/content-script.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "static\/images\/logo_okex_16.png",
            "32": "static\/images\/logo_okex_32.png",
            "48": "static\/images\/logo_okex_48.png",
            "64": "static\/images\/logo_okex_64.png",
            "128": "static\/images\/logo_okex_128.png",
            "512": "static\/images\/logo_okex_512.png"
        },
        "default_title": "__MSG_okhelper_intro_maintitle_product_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/images\/logo_okex_16.png",
        "32": "static\/images\/logo_okex_32.png",
        "48": "static\/images\/logo_okex_48.png",
        "64": "static\/images\/logo_okex_64.png",
        "128": "static\/images\/logo_okex_128.png",
        "512": "static\/images\/logo_okex_512.png"
    },
    "minimum_chrome_version": "88"
}