Chilp.it URL Shortener
This extension helps to shrink your large URLs.
Τι είναι το Chilp.it URL Shortener;
Το Chilp.it URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chilp Media Group, και η κύρια λειτουργία του είναι "This extension helps to shrink your large URLs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chilp.it URL Shortener
Λήψη αρχείων επέκτασης Chilp.it URL Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is the official Chrome extension for the Chilp.it URL shortener. You can can create short URLs of the current page by clicking the extension symbol or pressing the keyboard shortcut Alt+Shift+C. You can create short URLs of all links in the page by right clicking and choosing "Create shortlink" from the context menu. Shortlinks will be copied to your clipboard instantly. Happy shortening.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
Επίσημο URL | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
Περιγραφή | This extension helps to shrink your large URLs. |
Μέγεθος Αρχείου | 26.56 KB |
Αριθμός Εγκαταστάσεων | 43 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-01-03 |
Ημερομηνία Δημοσίευσης | 2017-01-03 |
Προγραμματιστής | Chilp Media Group |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://chilp.it/tp.htm |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chilp.it URL Shortener", "description": "This extension helps to shrink your large URLs.", "version": "1.0", "browser_action": { "default_icon": "chilpIcon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/chilp.it\/", "contextMenus", "clipboardWrite" ], "icons": { "16": "chilpIcon16.png", "128": "chilpIcon128.png" }, "commands": { "copyPageShortlinkToClipboard": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "shorten the current page url and copy the shortlink to the clipboard" } } } |