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,…
Was ist Instant tools - ready to use online all-around toolbox?
Instant tools - ready to use online all-around toolbox ist eine Chrome-Erweiterung, die von https://67tool.com entwickelt wurde, und ihr Hauptmerkmal ist "an online efficient office tool with nearly 300 tools, including video tools, audio tools, image tools, document processing,…".
Erweiterungsscreenshots
Instant tools - ready to use online all-around toolbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instant tools - ready to use online all-around toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Instant tools - ready to use online all-around toolbox |
ID | fnlomhffjgaiejopfbacfjjpnegclmfb |
Offizielle URL | https://chromewebstore.google.com/detail/instant-tools-ready-to-us/fnlomhffjgaiejopfbacfjjpnegclmfb |
Beschreibung | an online efficient office tool with nearly 300 tools, including video tools, audio tools, image tools, document processing,… |
Dateigröße | 1.55 MB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2023-08-25 |
Veröffentlichungsdatum | 2022-04-21 |
Bewertung | 4.75/5 Insgesamt 12 Bewertungen |
Entwickler | https://67tool.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.67tool.com |
Hilfeseite URL | https://www.67tool.com |
Unterstützte Sprachen | 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" } ] } |