Viettel Toolbox
This add-on is implemented to capture web-page
Wat is Viettel Toolbox?
Viettel Toolbox is een Chrome-extensie ontwikkeld door Viettel Software Center, en de belangrijkste functie is "This add-on is implemented to capture web-page".
Download het CRX-bestand van de extensie Viettel Toolbox
Download Viettel Toolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Viettel Toolbox |
ID | omehhfeofcbjclpaaokhlafmjidkjleo |
Officiële URL | https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo |
Beschrijving | This add-on is implemented to capture web-page |
Bestandsgrootte | 738 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-06-16 |
Publicatiedatum | 2017-06-16 |
Ontwikkelaar | Viettel Software Center |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viettel Toolbox", "version": "1.0.2", "manifest_version": 2, "description": "This add-on is implemented to capture web-page", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "activeTab", "tabCapture", "downloads", " |