CrosExplorer - Expand the ChromeOS Files app!

Manage your Chromebook's files with desktop-class power!

CrosExplorer - Expand the ChromeOS Files app!란 무엇입니까?

CrosExplorer - Expand the ChromeOS Files app!은(는) https://crosexperts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your Chromebook's files with desktop-class power!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CrosExplorer - Expand the ChromeOS Files app! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🌟 𝗪𝗛𝗔𝗧'𝗦 𝗡𝗘𝗪
- Beta begins! 
- Fixed bugs related to the File Content Search. 
- ChromeOS 120 will allow CrosExplorer to open files from the Files app! 

CrosExplorer is the ChromeOS Exclusive file management extension! 

🗃 𝗘𝗫𝗣𝗔𝗡𝗗 𝗬𝗢𝗨𝗥 𝗙𝗜𝗟𝗘𝗦 𝗔𝗣𝗣
- Go beyond ChromeOS’ base Google Drive integration with more Cloud options. Drives include: 
- Box support for encrypted file upload and download. 
- Dropbox cloud support.
- CrosExplorer users can add one account for free. Add an unlimited amount with a CrosExplorer Pro purchase! 

📂 𝗔𝗗𝗗 𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗔𝗟𝗜𝗧𝗬
- Archive & Extract files ChromeOS doesn’t natively support.
- Supported formats include .7z, .rar, and more coming soon!
- Go beyond archiving with a CrosExplorer Pro purchase! Pro users unlock the Download Manager, Batch Renamer, File Content Search, and more! 

🦾 𝗖𝗥𝗢𝗦𝗘𝗫𝗣𝗟𝗢𝗥𝗘𝗥 𝗣𝗥𝗢
Unlock CrosExplorer Pro for $19.99! 

- Batch Renamer! Tired of renaming files one by one? No more with CrosExplorer Pro’s powerful renaming functions. Use variables to automatically enter file names and editing dates, too!

- File Content Search! Forgot where you wrote a much needed note? Search entire directories of documents and their contents using CrosExplorer Pro! 

- File Converter! Want to change a file format but don’t want to install a whole new application? Try out the media-converter function.

- Download Manager (Beta) - Take full advantage of CrosExplorer’s file powers to make managing and organizing downloads a cinch! 

- There’s more on the way, so stay tuned!

🔒 𝗦𝗧𝗔𝗬 𝗣𝗥𝗜𝗩𝗔𝗧𝗘 & 𝗦𝗘𝗖𝗨𝗥𝗘
- We use the latest, most secure extension technologies from Google to accomplish what we do. Manifest Version 3 keeps you safe from harmful extensions and we embrace it wholeheartedly. 

- CrosExplorer Pro payments are handled by Stripe. This system is used and trusted by Google, Amazon, Zoom, and others.

- CrosExplorer Pro sign-ups are handled through ExtensionPay. This library is open-source, allowing you to read and verify every line of code contained within it.

𝗔𝗗𝗗𝗜𝗧𝗜𝗢𝗡𝗔𝗟 𝗜𝗡𝗙𝗢𝗥𝗠𝗔𝗧𝗜𝗢𝗡
- Some CrosExplorer Pro features require an internet connection. 
- We developed CrosExplorer for ChromeOS and it will not work on Windows, MacOS, or Linux. 

https://www.crosexperts.com

https://www.crosexperts.com/privacy-policy

For full patch notes and support, visit us on our subreddit:
https://www.reddit.com/r/CrosExperts/                    

확장 프로그램 기본 정보

이름 CrosExplorer - Expand the ChromeOS Files app! CrosExplorer - Expand the ChromeOS Files app!
ID ihkanhofammhmkfmliipepjonimkdkld
공식 URL https://chromewebstore.google.com/detail/crosexplorer-expand-the-c/ihkanhofammhmkfmliipepjonimkdkld
설명 Manage your Chromebook's files with desktop-class power!
파일 크기 1.16 MB
설치 횟수 192
현재 버전 CrosExplorer Beta
최근 업데이트 2023-12-04
출시 날짜 2023-11-03
개발자 https://crosexperts.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.crosexperts.com/crosexplorer
도움말 페이지 URL https://www.reddit.com/r/CrosExperts/
개인정보 보호 정책 페이지 URL https://www.crosexperts.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CrosExplorer - Expand the ChromeOS Files app!",
    "short_name": "CrosExplorer",
    "description": "Manage your Chromebook's files with desktop-class power!",
    "version": "0.0.1.5",
    "version_name": "CrosExplorer Beta",
    "commands": {
        "run_crosexplorer": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "chromeos": "Search+C"
            },
            "description": "Open CrosExplorer"
        }
    },
    "action": {
        "default_icon": ".\/Icons\/CrosExplorer.png",
        "default_popup": "mountWindow.html"
    },
    "options_ui": {
        "page": "mountWindow.html",
        "open_in_tab": false
    },
    "icons": {
        "16": ".\/Icons\/CrosExplorer.png",
        "48": ".\/Icons\/CrosExplorer.png",
        "128": ".\/Icons\/CrosExplorer128.png"
    },
    "permissions": [
        "fileSystemProvider",
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "downloads",
        "downloads.open",
        "offscreen",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "file_system_provider_capabilities": {
        "configurable": true,
        "watchable": true,
        "multiple_mounts": true,
        "source": "network"
    },
    "file_handlers": [
        {
            "action": "\/redirecter.html",
            "name": "All Files",
            "accept": {
                "application\/*": [
                    ".*"
                ],
                "audio\/*": [
                    ".*"
                ],
                "font\/*": [
                    ".*"
                ],
                "image\/*": [
                    ".*"
                ],
                "message\/*": [
                    ".*"
                ],
                "model\/*": [
                    ".*"
                ],
                "text\/*": [
                    ".*"
                ],
                "video\/*": [
                    ".*"
                ]
            },
            "icons": [
                {
                    "src": ".\/Icons\/CrosExplorer.png",
                    "sizes": "256x256",
                    "type": "image\/png"
                }
            ],
            "launch_type": "single-client"
        }
    ],
    "minimum_chrome_version": "116",
    "web_accessible_resources": [
        {
            "resources": [
                "redirecter.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnCgvRMNCjXL+NMQd1f8uTIBKnR63lefGUYovERT3JY3oTG24P2CFj6RawF4NJU121wTVqomIWNmegEVQwCWpUIEO9F+wEamR6ns7pZ3gCXaMbN1\/Fc\/3F\/QeTkB7rwKo6bHCgWTGvrt5U8+8ghEcWjHLmCAdrdm5La9+CJ15yWDoSGxC3DHsGGOM\/lFE2G4l93lijz3OWS6o29vGym3afkTC0a9fKaOlUoLJhQJVzIoEH9tsPR7WsrbwkgJ0jwANIPUAOWhorBbYIEDwB5S8Fg+cGQbyHQ\/hlm1snBvjtR\/gvxglTLoeYoqK5o02WOf1SoV1MDDWvsASeAiInxdtdQIDAQAB",
    "oauth2": {
        "client_id": "916544035903-pq6f2rs4pqq7vrkjphj83bvq1lptpu9s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    }
}