2016 Chrome Extension

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

Co to jest 2016 Chrome Extension?

2016 Chrome Extension to rozszerzenie Chrome opracowane przez Vamsi Prattipati, a jego główną funkcją jest „2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.”.

Pobierz plik CRX rozszerzenia 2016 Chrome Extension

Pobierz pliki rozszerzeń 2016 Chrome Extension 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 2016 Chrome Extension 2016 Chrome Extension
ID ndodnejafgcccclmngjjembbonekkbdo
Oficjalny URL https://chromewebstore.google.com/detail/2016-chrome-extension/ndodnejafgcccclmngjjembbonekkbdo
Opis 2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.
Rozmiar pliku 10.01 KB
Liczba instalacji 162
Aktualna Wersja 1.1.32
Ostatnia Aktualizacja 2015-11-13
Data Publikacji 2015-11-13
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Vamsi Prattipati
Typ Płatności free
Obsługiwane Języki 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
    }
}