Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
Hvad er Direct Proxy?
Direct Proxy er en Chrome-udvidelse udviklet af Jiaqin Xu, og dens hovedfunktion er "Simply switch the browser proxy between using direct connection and using system settings.".
Udvidelsesskærmbilleder
Download Direct Proxy-udvidelses-CRX-fil
Download Direct Proxy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension use Chrome's native proxy API, so it won't change the system's proxy settings. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
| Officiel URL | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
| Beskrivelse | Simply switch the browser proxy between using direct connection and using system settings. |
| Filstørrelse | 38.83 KB |
| Antal Installationer | 409 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2018-08-24 |
| Udgivelsesdato | 2018-08-24 |
| Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
| Udvikler | Jiaqin Xu |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Direct Proxy",
"description": "Simply switch the browser proxy between using direct connection and using system settings.",
"version": "1.0",
"permissions": [
"proxy"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon-direct-48.png"
},
"icons": {
"16": "images\/icon-direct-16.png",
"48": "images\/icon-direct-48.png",
"128": "images\/icon-direct-128.png"
}
} | |