VU campus access

This extension will give you access to the VU campus (e-journals, e-books, online articles and more).

Τι είναι το VU campus access;

Το VU campus access είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ersin Topuz, και η κύρια λειτουργία του είναι "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VU campus access

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

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

                        This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
This extension has three modes: off, auto and tab mode. Simply switch between the the different modes by clicking the VU icon. Auto mode works as a little firewall, while tab mode works with a redirect for the current tab only. In off mode you have full control over the redirection (just by right-clicking on the page).                    

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

Όνομα VU campus access VU campus access
ID ebbcjmbnjahkdkeoeccnaiplmmljblha
Επίσημο URL https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha
Περιγραφή This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
Μέγεθος Αρχείου 18.45 KB
Αριθμός Εγκαταστάσεων 69
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2018-04-24
Ημερομηνία Δημοσίευσης 2018-04-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Ersin Topuz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VU campus access",
    "description": "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).",
    "author": "Ersin Topuz",
    "version": "2.0",
    "icons": {
        "128": "vu_128.png",
        "48": "vu_48.png",
        "16": "vu_16.png"
    },
    "browser_action": {
        "default_icon": "vu_128.png"
    },
    "background": {
        "scripts": [
            "vu.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}