Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

Τι είναι το Fast URL Shortener;

Το Fast URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.shar3.nl, και η κύρια λειτουργία του είναι "Fast and simple shorten of current tab urls with direct sharing options.".

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

screenshot

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

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

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

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

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

Όνομα Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
Επίσημο URL https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Περιγραφή Fast and simple shorten of current tab urls with direct sharing options.
Μέγεθος Αρχείου 35.64 KB
Αριθμός Εγκαταστάσεων 218
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2014-02-13
Ημερομηνία Δημοσίευσης 2014-02-13
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.shar3.nl
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.shar3.nl
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}