URLRedirector

Automatically redirect specific urls.

Τι είναι το URLRedirector;

Το URLRedirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ghost, και η κύρια λειτουργία του είναι "Automatically redirect specific urls.".

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

screenshot
screenshot

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

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

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

                        Automatically redirect specificed urls to new pages                    

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

Όνομα URLRedirector URLRedirector
ID maolmdhneopinciaokgohljhpdedekee
Επίσημο URL https://chromewebstore.google.com/detail/urlredirector/maolmdhneopinciaokgohljhpdedekee
Περιγραφή Automatically redirect specific urls.
Μέγεθος Αρχείου 273 KB
Αριθμός Εγκαταστάσεων 8,375
Τρέχουσα Έκδοση 1.3.17
Τελευταία Ενημέρωση 2019-05-05
Ημερομηνία Δημοσίευσης 2019-05-05
Αξιολόγηση 4.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής ghost
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.3.17",
    "homepage_url": "https:\/\/github.com\/fengyc\/URLRedirector",
    "icons": {
        "20": "static\/images\/r20.png",
        "25": "static\/images\/r25.png",
        "30": "static\/images\/r30.png",
        "48": "static\/images\/r48.png",
        "96": "static\/images\/r96.png",
        "128": "static\/images\/r128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "20": "static\/images\/r20.png",
            "25": "static\/images\/r25.png",
            "30": "static\/images\/r30.png",
            "40": "static\/images\/r40.png",
            "48": "static\/images\/r48.png"
        },
        "default_title": "URLRedirector",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "static\/js\/jquery.js",
            "common.js",
            "model.js",
            "storage.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "static\/css\/bootstrap.min.css",
        "static\/css\/bootstrap-theme.min.css",
        "static\/fonts\/glyphicons-halflings-regular.eot",
        "static\/fonts\/glyphicons-halflings-regular.svg",
        "static\/fonts\/glyphicons-halflings-regular.ttf",
        "static\/fonts\/glyphicons-halflings-regular.woff",
        "static\/fonts\/glyphicons-halflings-regular.woff2",
        "static\/images\/r20.png",
        "static\/images\/r25.png",
        "static\/images\/r30.png",
        "static\/images\/r40.png",
        "static\/images\/r48.png",
        "static\/images\/r96.png",
        "static\/images\/r128.png",
        "static\/js\/bootstrap.js",
        "static\/js\/jquery.js"
    ],
    "default_locale": "en"
}