2016 Chrome Extension

2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.

Co je 2016 Chrome Extension?

2016 Chrome Extension je rozšíření Chrome vyvinuté Vamsi Prattipati, a jeho hlavní funkcí je „2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.“.

Stáhnout soubor CRX rozšíření 2016 Chrome Extension

Stáhněte si soubory rozšíření 2016 Chrome Extension 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í

                        Perform browser Zoom via javascript.
Paste contents of the clipboard into text area via javascript.
Takes a screenshot of the current tab when required.
Native Messaging capability added.                    

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

Název 2016 Chrome Extension 2016 Chrome Extension
ID ndodnejafgcccclmngjjembbonekkbdo
Oficiální URL https://chromewebstore.google.com/detail/2016-chrome-extension/ndodnejafgcccclmngjjembbonekkbdo
Popis 2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.
Velikost souboru 10.01 KB
Počet instalací 162
Aktuální Verze 1.1.32
Poslední Aktualizace 2015-11-13
Datum Vydání 2015-11-13
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Vamsi Prattipati
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2016 Chrome Extension",
    "permissions": [
        "management",
        "tabs",
        "storage",
        "clipboardRead",
        "nativeMessaging",
        ""
    ],
    "description": "2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.",
    "version": "1.1.32",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.naepims.org\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/192.168.15.2:*\/*",
            "*:\/\/515-pc:*\/*",
            "*:\/\/513-pc:*\/*",
            "*:\/\/499-pc:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js",
                "fs-content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "fs-background.js"
        ],
        "persistent": false
    }
}