Chromum ipsum
Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed
Τι είναι το Chromum ipsum;
Το Chromum ipsum είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jonas.u.peterson, και η κύρια λειτουργία του είναι "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chromum ipsum
Λήψη αρχείων επέκτασης Chromum ipsum σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Creates Lorum ipsum in nine predefined sizes and stores it on the computers clip board. On the options page can you set which buttons on the display that should be shown. You could use keyboard shortcuts to control the extension: Open extension Win: Ctrl+Shift+L Mac: Command+Shift+L Get three sentences Win: Ctrl+Shift+2 Mac: Command+Shift+2 Get three paragraphs Win: Ctrl+Shift+3 Mac: Command+Shift+3
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chromum ipsum |
ID | khejbmnofemhjohcnpljapkkjkehnagm |
Επίσημο URL | https://chromewebstore.google.com/detail/chromum-ipsum/khejbmnofemhjohcnpljapkkjkehnagm |
Περιγραφή | Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed |
Μέγεθος Αρχείου | 13.03 KB |
Αριθμός Εγκαταστάσεων | 389 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2016-12-23 |
Ημερομηνία Δημοσίευσης | 2016-12-23 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | jonas.u.peterson |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://advisesolutions.se |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chromum ipsum", "manifest_version": 2, "version": "1.5", "description": "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed", "icons": { "32": "images\/chromumipsum.png" }, "browser_action": { "default_title": "Chromum ipsum", "default_icon": "images\/chromumipsum.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "permissions": [ "storage" ], "commands": { "most-popular-sentence": { "suggested_key": { "default": "Ctrl+Shift+2", "mac": "Command+Shift+2" }, "description": "Get most popular sentence", "global": true }, "most-popular-paragraphs": { "suggested_key": { "default": "Ctrl+Shift+3", "mac": "Command+Shift+3" }, "description": "Get most popular paragraph", "global": true }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |