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はjonas.u.petersonによって開発されたChromeの拡張機能で、その主な機能は「Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed」です。
拡張機能のスクリーンショット
Chromum ipsum拡張機能のCRXファイルをダウンロード
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" } } } } |