nTools 效率工具箱

这是一款浏览器上的多功能效率工具

What is nTools 效率工具箱?

nTools 效率工具箱 is a Chrome extension developed by n.tools, and its main feature is "这是一款浏览器上的多功能效率工具".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download nTools 效率工具箱 Extension CRX File

Download nTools 效率工具箱 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        它是浏览器上可以提升效率的工具平台,可以在任何网页上弹窗输入命令和内容进行一些便携操作。

比如:快速操作浏览器功能、关闭多余标签、多个搜索引擎搜索、快速打开文档编写内容、内置 1000+ 常用网站快速打开。

# 呼出窗口

- 右上角点击 nTools 图标
- Mac : Option + Z
- Win :Alt + Z

# 官方网站

https://n.tools                    

Extension Basic Information

Name nTools 效率工具箱 nTools 效率工具箱
ID mlihpcccijmdmkejmmjinppkjhdkfpnd
Official URL https://chromewebstore.google.com/detail/ntools-%E6%95%88%E7%8E%87%E5%B7%A5%E5%85%B7%E7%AE%B1/mlihpcccijmdmkejmmjinppkjhdkfpnd
Description 这是一款浏览器上的多功能效率工具
File Size 782 KB
Installation Count 86
Current Version 0.1
Last Updated 2022-05-23
Publish Date 2022-05-22
Developer n.tools
Email [email protected]
Payment Type free
Extension Website https://n.tools
Help Page URL https://n.tools
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nTools \u6548\u7387\u5de5\u5177\u7bb1",
    "author": "SanJin",
    "description": "\u8fd9\u662f\u4e00\u6b3e\u6d4f\u89c8\u5668\u4e0a\u7684\u591a\u529f\u80fd\u6548\u7387\u5de5\u5177",
    "homepage_url": "https:\/\/n.tools",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "action": {
        "icons": {
            "16": "\/images\/icons\/16.png",
            "32": "\/images\/icons\/32.png",
            "48": "\/images\/icons\/48.png",
            "128": "\/images\/icons\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/icons\/16.png",
        "32": "\/images\/icons\/32.png",
        "48": "\/images\/icons\/48.png",
        "128": "\/images\/icons\/128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "browsingData",
        "history",
        "search",
        "commands",
        "topSites"
    ],
    "options_page": "options.html",
    "commands": {
        "open_main": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z"
            },
            "description": "Show nTools Window."
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "\/js\/utils\/fuse.min.js",
                "\/js\/utils\/jquery.min.js",
                "\/js\/hello.js"
            ],
            "css": [
                "\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "hello.html",
                "\/js\/*",
                "\/css\/*",
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}