DummyText
Generates random dummy text (Lorem Ipsum).
DummyText란 무엇입니까?
DummyText은(는) https://davidhancock.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates random dummy text (Lorem Ipsum)."입니다.
확장 프로그램 스크린샷
DummyText 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple, quick and unobtrusive dummy text generator for web designers and developers. This extension installs a small icon in your browser allowing you quick access to paragraphs of dummy text (Lorem ipsum style) at the click of a button. The number of paragraphs, words per paragraph and whether or not to wrap paragraphs in paragraph tags can be changed easily. Once happy with your selection, simply click the Copy button and the text is sent straight to your clipboard ready for pasting! This extension is open source and the source code is available on GitHub: http://github.com/davgothic/DummyText ============= Recent Changes ============= Version 2.0.0 ========== * Support for matching browser colour scheme. * An auto-copy option with a configurable delay. * A theme selector with light and dark options. * Provide an options page for configuring settings. * Updated to Chrome manifest v3. * Rewrote using plain JavaScript. Version 1.5 ========= * Set offline_enabled setting to true in the manifest file to specify that this extension can run offline. Version 1.4 ========= * Updated the paragraph checkbox style to look more like Chrome's UI. Version 1.3 ========= * Added a few additional icons. Version 1.2 ========= * Updated the UI to make it look a little more at home in Chrome.
확장 프로그램 기본 정보
이름 | DummyText |
ID | ahnionhaccolmddlboaklelpadaeafbj |
공식 URL | https://chromewebstore.google.com/detail/dummytext/ahnionhaccolmddlboaklelpadaeafbj |
설명 | Generates random dummy text (Lorem Ipsum). |
파일 크기 | 13.35 KB |
설치 횟수 | 8,283 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2023-12-27 |
출시 날짜 | 2013-05-13 |
평점 | 4.70/5 총 27 개의 평점 |
개발자 | https://davidhancock.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://github.com/davgothic/DummyText |
도움말 페이지 URL | http://github.com/davgothic/DummyText/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DummyText", "version": "2.0.0.0", "version_name": "2.0.0", "description": "Generates random dummy text (Lorem Ipsum).", "icons": { "16": "media\/icon19.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "action": { "default_icon": "media\/icon19.png", "default_popup": "popup.html" }, "offline_enabled": true, "options_page": "options.html", "permissions": [ "storage" ] } |