Simple Lorem Ipsum Generator

Quick way to generate lorem ipsum text with customizable size. Light and forever free.

Apa itu Simple Lorem Ipsum Generator?

Simple Lorem Ipsum Generator adalah ekstensi Chrome yang dikembangkan oleh d1ceward, dan fitur utamanya adalah "Quick way to generate lorem ipsum text with customizable size. Light and forever free.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Lorem Ipsum Generator

Unduh file ekstensi Simple Lorem Ipsum Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        For any feature request or bug reporting go on github issue page.
https://github.com/d1ceward/lipsum_generator/issues                    

Informasi Dasar Ekstensi

Nama Simple Lorem Ipsum Generator Simple Lorem Ipsum Generator
ID paipcofpmjfkfeeoknhmbbnebcciikon
URL Resmi https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon
Deskripsi Quick way to generate lorem ipsum text with customizable size. Light and forever free.
Ukuran File 25.99 KB
Jumlah Instalasi 101
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2024-02-10
Tanggal Publikasi 2018-07-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang d1ceward
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/d1ceward/lipsum_generator
URL Halaman Bantuan https://github.com/d1ceward/lipsum_generator/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Lorem Ipsum Generator",
    "version": "1.3.1",
    "description": "Quick way to generate lorem ipsum text with customizable size. Light and forever free.",
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "incognito": "spanning",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3
}