Chromum ipsum
Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed
Qu'est-ce que Chromum ipsum ?
Chromum ipsum est une extension Chrome développée par jonas.u.peterson, et sa fonction principale est "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chromum ipsum
Téléchargez les fichiers d'extension Chromum ipsum au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Chromum ipsum |
ID | khejbmnofemhjohcnpljapkkjkehnagm |
URL Officiel | https://chromewebstore.google.com/detail/chromum-ipsum/khejbmnofemhjohcnpljapkkjkehnagm |
Description | Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed |
Taille du Fichier | 13.03 KB |
Nombre d'Installations | 389 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2016-12-23 |
Date de Publication | 2016-12-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | jonas.u.peterson |
Type de Paiement | free |
Site Web de l'Extension | https://advisesolutions.se |
Langues Prises en Charge | 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" } } } } |