2016 Chrome Extension

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

Τι είναι το 2016 Chrome Extension;

Το 2016 Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vamsi Prattipati, και η κύρια λειτουργία του είναι "2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.".

Λήψη αρχείου CRX της επέκτασης 2016 Chrome Extension

Λήψη αρχείων επέκτασης 2016 Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 2016 Chrome Extension 2016 Chrome Extension
ID ndodnejafgcccclmngjjembbonekkbdo
Επίσημο URL https://chromewebstore.google.com/detail/2016-chrome-extension/ndodnejafgcccclmngjjembbonekkbdo
Περιγραφή 2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.
Μέγεθος Αρχείου 10.01 KB
Αριθμός Εγκαταστάσεων 162
Τρέχουσα Έκδοση 1.1.32
Τελευταία Ενημέρωση 2015-11-13
Ημερομηνία Δημοσίευσης 2015-11-13
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Vamsi Prattipati
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
    }
}