Viettel Toolbox
This add-on is implemented to capture web-page
Cos'è Viettel Toolbox?
Viettel Toolbox è un'estensione di Chrome sviluppata da Viettel Software Center, e la sua funzione principale è "This add-on is implemented to capture web-page".
Scarica il file CRX dell'estensione Viettel Toolbox
Scarica i file di estensione Viettel Toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | omehhfeofcbjclpaaokhlafmjidkjleo |
| URL Ufficiale | https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo |
| Descrizione | This add-on is implemented to capture web-page |
| Dimensione del File | 738 KB |
| Conteggio Installazioni | 97 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2017-06-16 |
| Data di Pubblicazione | 2017-06-16 |
| Sviluppatore | Viettel Software Center |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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",
" | |