Chrome Shortcuts
This extension provides shortcuts to locations in Google Chrome
Τι είναι το Chrome Shortcuts;
Το Chrome Shortcuts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bytecode77.com, και η κύρια λειτουργία του είναι "This extension provides shortcuts to locations in Google Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrome Shortcuts
Λήψη αρχείων επέκτασης Chrome Shortcuts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Chrome Shortcuts adds useful links to diverse locations in Google Chrome. Some settings are only reachable through multiple steps. This is where the extension saves time! The included shortcuts are: • Apps • Google Web Store • Bookmark Manager • History • Downloads • Settings • Advanced sync settings • Startup pages • Search engines • Content settings • Clear browsing data • Autofill settings • Passwords • Languages • Extensions • Chrome Flags • Chrome URLs Some of them are also reachable easily through the settings menu, but they are listed here, too.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chrome Shortcuts |
ID | fmemikdglgekjjclafhhebcdapfcbhap |
Επίσημο URL | https://chromewebstore.google.com/detail/chrome-shortcuts/fmemikdglgekjjclafhhebcdapfcbhap |
Περιγραφή | This extension provides shortcuts to locations in Google Chrome |
Μέγεθος Αρχείου | 40.87 KB |
Αριθμός Εγκαταστάσεων | 2,279 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2020-11-29 |
Ημερομηνία Δημοσίευσης | 2017-04-10 |
Αξιολόγηση | 4.64/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | https://bytecode77.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "bytecode77", "homepage_url": "https:\/\/bytecode77.com", "name": "Chrome Shortcuts", "description": "This extension provides shortcuts to locations in Google Chrome", "version": "1.1.0", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_icon": "icon\/16.png", "default_popup": "html\/popup.html" } } |