Better File Explorer for Chrome
Better File Explorer for Chrome
Co to jest Better File Explorer for Chrome?
Better File Explorer for Chrome to rozszerzenie Chrome opracowane przez federicobrancasi, a jego główną funkcją jest „Better File Explorer for Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better File Explorer for Chrome
Pobierz pliki rozszerzeń Better File Explorer for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Improves chrome's file explorer when browsing local files.
ATTENTION: Enable "ALLOW ACCESS TO FILE URLS" in the extension settings for it to work properly.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | enoogpocakiocfjdghdahjnmpgejpghd | 
| Oficjalny URL | https://chromewebstore.google.com/detail/better-file-explorer-for/enoogpocakiocfjdghdahjnmpgejpghd | 
| Opis | Better File Explorer for Chrome | 
| Rozmiar pliku | 12.99 KB | 
| Liczba instalacji | 353 | 
| Aktualna Wersja | 2.0.0 | 
| Ostatnia Aktualizacja | 2023-03-11 | 
| Data Publikacji | 2022-12-28 | 
| Ocena | 4.00/5 Łącznie 5 Oceny | 
| Deweloper | federicobrancasi | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better File Explorer for Chrome",
    "version": "2.0.0",
    "description": "Better File Explorer for Chrome",
    "icons": {
        "16": "images\/file-explorer-icon.png",
        "32": "images\/file-explorer-icon.png",
        "48": "images\/file-explorer-icon.png",
        "128": "images\/file-explorer-icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "file:\/\/*"
            ]
        }
    ],
    "author": "[email protected]",
    "permissions": [
        "  |  |