Smart File Converter

Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.

Co je Smart File Converter?

Smart File Converter je rozšíření Chrome vyvinuté SmartFileConverter, a jeho hlavní funkcí je „Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Smart File Converter

Stáhněte si soubory rozšíření Smart File Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.

Use Smart File Converter to convert between multiple document formats. It's Free.

Just click on the app icon to convert your files instantly in your browser. It does not switch your search page  or add any advertising extras as some other extensions do. Smart File Converter uses the highest available quality to make sure your documents will not lose the quality in the conversion process. You can choose your files directly from your local system.

Smart File Converter is a smart extension designed for simplicity and convenience.                    

Základní Informace o Rozšíření

Název Smart File Converter Smart File Converter
ID plalgghfenhnglifinifnnhnacnlmnpa
Oficiální URL https://chromewebstore.google.com/detail/smart-file-converter/plalgghfenhnglifinifnnhnacnlmnpa
Popis Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.
Velikost souboru 443 KB
Počet instalací 102
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2020-04-10
Datum Vydání 2020-04-08
Vývojář SmartFileConverter
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://smartpdfconverter.github.io/privacy.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart File Converter",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.",
    "permissions": [
        "https:\/\/*.zamzar.com\/",
        "tabs",
        "storage",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.easing.1.3.js",
                "js\/toggleSidebar.js",
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "minimum_chrome_version": "18",
    "web_accessible_resources": [
        "frame.html"
    ]
}