FullDownload
Full download JS/CSS/HTML
Vad är FullDownload?
FullDownload är en Chrome-tillägg utvecklad av 白眉鹰王, och dess huvudfunktion är "Full download JS/CSS/HTML".
Tilläggsskärmbilder
Ladda ner FullDownload-förlängningens CRX-fil
Ladda ner FullDownload-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
A simple tool to download IMG/JS/CSS/HTML.
一个可以下载页面引用的JS/CSS/HTML的小工具. Grundläggande Information om Tillägg
| Namn | |
| ID | jlgfpehamfinbdbdofmhakpcgjilbkol |
| Officiell webbadress | https://chromewebstore.google.com/detail/fulldownload/jlgfpehamfinbdbdofmhakpcgjilbkol |
| Beskrivning | Full download JS/CSS/HTML |
| Filstorlek | 1.15 MB |
| Antal Installationer | 2,250 |
| Aktuell Version | 3.1 |
| Senast Uppdaterad | 2022-04-13 |
| Publiceringsdatum | 2022-04-11 |
| Betyg | 4.56/5 Totalt 9 Betyg |
| Utvecklare | 白眉鹰王 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"author": "haiyang5210",
"description": "Full download JS\/CSS\/HTML",
"devtools_page": "devtools\/devtools.html",
"action": {
"default_icon": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
},
"default_title": "FullDownload",
"default_popup": "popup\/popup.html"
},
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
},
"manifest_version": 3,
"name": "FullDownload",
"permissions": [],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "FullDownload",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.1"
} | |