DummyText

Generates random dummy text (Lorem Ipsum).

Τι είναι το DummyText;

Το DummyText είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://davidhancock.co, και η κύρια λειτουργία του είναι "Generates random dummy text (Lorem Ipsum).".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DummyText

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

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

                        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 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"
    ]
}