4p's URL Expander

Right click a shortened link and expand it

Τι είναι το 4p's URL Expander;

Το 4p's URL Expander είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 4p, και η κύρια λειτουργία του είναι "Right click a shortened link and expand it".

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

screenshot

Λήψη αρχείου CRX της επέκτασης 4p's URL Expander

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

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

                        This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you.

This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one.

Provided expandurl doesn't shut down, this should work just fine on most versions of chrome.

Limited to 100 "expands" per hour.                    

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

Όνομα 4p's URL Expander 4p's URL Expander
ID gldfamiablnblfgmflmlcbmimckdnlpj
Επίσημο URL https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj
Περιγραφή Right click a shortened link and expand it
Μέγεθος Αρχείου 7.08 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2017-06-30
Ημερομηνία Δημοσίευσης 2017-06-30
Προγραμματιστής 4p
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://expandurl.com/
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4p's URL Expander",
    "description": "Right click a shortened link and expand it",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "popup.js"
        ]
    },
    "manifest_version": 2
}