Instant tools - ready to use online all-around toolbox

an online efficient office tool with nearly 300 tools, including video tools, audio tools, image tools, document processing,…

Instant tools - ready to use online all-around toolbox란 무엇입니까?

Instant tools - ready to use online all-around toolbox은(는) https://67tool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "an online efficient office tool with nearly 300 tools, including video tools, audio tools, image tools, document processing,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Instant tools - ready to use online all-around toolbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Instant Tools is an online ready-to-use toolbox, which can be used online with one click without client.
At present, it has nearly 300 online tools and has a good experience of using them.
These include video tools, audio tools, image tools, document processing, document conversion, office support, design tools, text tools, digital tools, encryption tools, unit conversion and other tools.
Featured features.
1、Video editing
2、Audio editing
3、Video watermarking
4、Chart generation
5、Image enlargement
6、Picture stitching
7、Image compression
8、Image editing
9, document processing
10, pdf compression
11, pdf splitting
12, pdf merge                    

확장 프로그램 기본 정보

이름 Instant tools - ready to use online all-around toolbox Instant tools - ready to use online all-around toolbox
ID fnlomhffjgaiejopfbacfjjpnegclmfb
공식 URL https://chromewebstore.google.com/detail/instant-tools-ready-to-us/fnlomhffjgaiejopfbacfjjpnegclmfb
설명 an online efficient office tool with nearly 300 tools, including video tools, audio tools, image tools, document processing,…
파일 크기 1.55 MB
설치 횟수 10,000
현재 버전 1.3.2
최근 업데이트 2023-08-25
출시 날짜 2022-04-21
평점 4.75/5 총 12 개의 평점
개발자 https://67tool.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.67tool.com
도움말 페이지 URL https://www.67tool.com
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.3.2",
    "author": "67tool",
    "default_locale": "zh_CN",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "https:\/\/*.67tool.com\/*"
    ],
    "action": {
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/www.67tool.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.67tool.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}