Paste 'Lorem ipsum...'
Right click on a text field or textarea to insert the 'lorem ipsum' text.
什麼是Paste 'Lorem ipsum...'?
Paste 'Lorem ipsum...'是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“Right click on a text field or textarea to insert the 'lorem ipsum' text.”。
擴展截圖
下載Paste 'Lorem ipsum...'擴展crx文件
下載Paste 'Lorem ipsum...'擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Works with HTML5 input types. eg. email, url, number. N.B. This extension doesn't work on input fields which have been added to the page using javascript. For example Tinymce or the Drupal overlay editing interface.
擴展基本資訊
名稱 | Paste 'Lorem ipsum...' |
ID | ihmllonaidjepimjdhjdcgodgekcmhop |
官方網址 | https://chromewebstore.google.com/detail/paste-lorem-ipsum/ihmllonaidjepimjdhjdcgodgekcmhop |
簡介 | Right click on a text field or textarea to insert the 'lorem ipsum' text. |
檔案大小 | 41.1 KB |
安裝次數 | 2,730 |
目前版本 | 1.0 |
更新時間 | 2013-08-21 |
上架時間 | 2013-08-21 |
評分 | 2.05/5 共 38 次評分 |
開發者 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/nwjlyons/lorem-ipsum |
說明頁面URL | https://github.com/nwjlyons/lorem-ipsum/issues |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Paste 'Lorem ipsum...'", "description": "Right click on a text field or textarea to insert the 'lorem ipsum' text.", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |