Get Referrer URL
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Τι είναι το Get Referrer URL;
Το Get Referrer URL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fixplz, και η κύρια λειτουργία του είναι "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Get Referrer URL
Λήψη αρχείων επέκτασης Get Referrer URL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Get Referrer URL |
ID | foeoiieheeibpcncbalmoejmfankigah |
Επίσημο URL | https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah |
Περιγραφή | Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from) |
Μέγεθος Αρχείου | 4.84 KB |
Αριθμός Εγκαταστάσεων | 1,112 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2014-07-13 |
Ημερομηνία Δημοσίευσης | 2014-07-13 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | fixplz |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Referrer URL", "version": "0.0.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] } } |