Simple Lorem Ipsum Generator

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

Τι είναι το Simple Lorem Ipsum Generator;

Το Simple Lorem Ipsum Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον d1ceward, και η κύρια λειτουργία του είναι "Quick way to generate lorem ipsum text with customizable size. Light and forever free.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Simple Lorem Ipsum Generator

Λήψη αρχείων επέκτασης Simple Lorem Ipsum Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Simple Lorem Ipsum Generator Simple Lorem Ipsum Generator
ID paipcofpmjfkfeeoknhmbbnebcciikon
Επίσημο URL https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon
Περιγραφή Quick way to generate lorem ipsum text with customizable size. Light and forever free.
Μέγεθος Αρχείου 25.99 KB
Αριθμός Εγκαταστάσεων 101
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2024-02-10
Ημερομηνία Δημοσίευσης 2018-07-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής d1ceward
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/d1ceward/lipsum_generator
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/d1ceward/lipsum_generator/issues
Υποστηριζόμενες Γλώσσες 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
}