Viettel Toolbox
This add-on is implemented to capture web-page
Vad är Viettel Toolbox?
Viettel Toolbox är en Chrome-tillägg utvecklad av Viettel Software Center, och dess huvudfunktion är "This add-on is implemented to capture web-page".
Ladda ner Viettel Toolbox-förlängningens CRX-fil
Ladda ner Viettel Toolbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | omehhfeofcbjclpaaokhlafmjidkjleo |
| Officiell webbadress | https://chromewebstore.google.com/detail/viettel-toolbox/omehhfeofcbjclpaaokhlafmjidkjleo |
| Beskrivning | This add-on is implemented to capture web-page |
| Filstorlek | 738 KB |
| Antal Installationer | 97 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2017-06-16 |
| Publiceringsdatum | 2017-06-16 |
| Utvecklare | Viettel Software Center |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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",
" | |