loremizer

lorem ipsum-izes any web page

loremizer란 무엇입니까?

loremizer은(는) Kushagra Gour에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "lorem ipsum-izes any web page"입니다.

확장 프로그램 스크린샷

screenshot

loremizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever wanted to take screenshot of a website but could not because it had some sensitive data. Worry no more! Loremizer to your rescue. Simply click and loremizer-ize any website.

Features:
- Randomize text and numbers
- Control text lengths
- Convert text to scribble
- Replace images
- Fill forms

Changelog: https://github.com/chinchang/loremizer/releases

Disclaimer: This extension stores no data at all from any website.                    

확장 프로그램 기본 정보

이름 loremizer loremizer
ID gahigmhdmjaopidlamnbdkipojfmolkf
공식 URL https://chromewebstore.google.com/detail/loremizer/gahigmhdmjaopidlamnbdkipojfmolkf
설명 lorem ipsum-izes any web page
파일 크기 28.61 KB
설치 횟수 305
현재 버전 1.3
최근 업데이트 2021-10-19
출시 날짜 2019-02-21
평점 4.40/5 총 5 개의 평점
개발자 Kushagra Gour
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kushagra.dev/lab/loremizer/
도움말 페이지 URL https://github.com/chinchang/loremizer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "lorem ipsum-izes any web page",
    "manifest_version": 2,
    "name": "loremizer",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icons\/off.png",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "icons": {
        "16": "icons\/off.png",
        "48": "icons\/off.png"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "activeTab",
        ""
    ]
}