Simple URL Shortener
This extension shows Shortened URL For the current webpage
Τι είναι το Simple URL Shortener;
Το Simple URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vishal Goyal, και η κύρια λειτουργία του είναι "This extension shows Shortened URL For the current webpage".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple URL Shortener
Λήψη αρχείων επέκτασης Simple URL Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
Επίσημο URL | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
Περιγραφή | This extension shows Shortened URL For the current webpage |
Μέγεθος Αρχείου | 13.83 KB |
Αριθμός Εγκαταστάσεων | 121 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2015-10-17 |
Ημερομηνία Δημοσίευσης | 2015-10-16 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Vishal Goyal |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://k2g.co |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |