URL Converter for Devs

A chrome extension to convert current url using the provided regex

Τι είναι το URL Converter for Devs;

Το URL Converter for Devs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yu Zhou, και η κύρια λειτουργία του είναι "A chrome extension to convert current url using the provided regex".

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

screenshot

Λήψη αρχείου CRX της επέκτασης URL Converter for Devs

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

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

                        This is a chrome extension to convert current url using the provided regex. The most common use is to convert production url into development/local url for testing                    

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

Όνομα URL Converter for Devs URL Converter for Devs
ID foajooinlbbhjdmolphogmadmnfllfhb
Επίσημο URL https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb
Περιγραφή A chrome extension to convert current url using the provided regex
Μέγεθος Αρχείου 8.32 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2018-11-11
Ημερομηνία Δημοσίευσης 2018-11-11
Προγραμματιστής Yu Zhou
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Converter for Devs",
    "version": "1.0.0",
    "description": "A chrome extension to convert current url using the provided regex",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "contextMenus"
    ]
}