SmallURL
Smallify in a click!
Τι είναι το SmallURL;
Το SmallURL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://smallurl.in, και η κύρια λειτουργία του είναι "Smallify in a click!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SmallURL
Λήψη αρχείων επέκτασης SmallURL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
SmallURL - SmallURL.in / SURL.im The Quick and simple URL Shortener! Now in Chrome Flavour! What SmallURL is: SmallURL is a URL Shortening service for the masses, we aim to provide free, quick and flexible URL shortening. The Service provides easy shortening with your Safety and Caution in mind. You can preview URLs before you go to them. SmallURL has created this flavour to allow you to Shorten URLs without needing to open a new tab and load our website. You can Simply. CLICK! Then receive your Short URL and Warm Cookies* * Warm Cookies not Included. What SmallURL isn't: SmallURL is not a proxy, it is not intended as a way to share illegal content for distribution. We do not offer any form of file storage, image storage or any kind. We simply screenshot the URL and check with our friends over at WoT whether the websites on Santa's Naughty List. What our Chrome flavoured Ice Cream* Offers: - The ability to shorten URLs at the click of a button! - The ability to view all your shortened URLs on your PC (Sign in to see them from anywhere!) - A simple SHIFT+CLICK Feature to allow you to enter a custom URL! * Ice Cream not Included. Version revisions and changes! v2.0.3 Replaced notifications code with updated code with a fancy progress bar, Added custom URL Panel to replace the ugly input box. Fixed the API URL to use v1. Happy Smallifying!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mennajeomepgpgpmflimicendgghiegg |
Επίσημο URL | https://chrome.google.com/webstore/detail/smallurl/mennajeomepgpgpmflimicendgghiegg |
Περιγραφή | Smallify in a click! |
Μέγεθος Αρχείου | 322 KB |
Αριθμός Εγκαταστάσεων | 81 |
Τρέχουσα Έκδοση | 2.0.3 |
Τελευταία Ενημέρωση | 2014-08-07 |
Ημερομηνία Δημοσίευσης | 2014-08-07 |
Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | http://smallurl.in |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://smallurl.in/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://smallurl.in/ |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmallURL", "version": "2.0.3", "description": "Smallify in a click!", "author": "Xeonr Network", "homepage_url": "http:\/\/smallurl.in\/", "icons": { "256": "icon_256.png", "32": "icon_32.png" }, "permissions": [ "tabs", "clipboardRead", "notifications", "activeTab", "http:\/\/smallurl.in\/", "contextMenus", "http:\/\/*\/*", "storage" ], "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_title": "Smallify this tabs URL!", "default_icon": "idle.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "smallurl.css" ], "js": [ "jquery.min.js", "smallurl.js" ], "run_at": "document_end" } ], "manifest_version": 2, "options_page": "options.html", "web_accessible_resources": [ "notif.png", "smallurl.js", "menu_logo.png", "\/img\/small_logo.png", "jquery.min.map" ] } |