Loremipsumizer

Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text

Qu'est-ce que Loremipsumizer ?

Loremipsumizer est une extension Chrome développée par choonkeat, et sa fonction principale est "Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Loremipsumizer

Téléchargez les fichiers d'extension Loremipsumizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text                    

Informations de Base sur l'Extension

Nom Loremipsumizer Loremipsumizer
ID igilnooinkafoolljalngllghkfmngml
URL Officiel https://chromewebstore.google.com/detail/loremipsumizer/igilnooinkafoolljalngllghkfmngml
Description Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text
Taille du Fichier 43.89 KB
Nombre d'Installations 143
Version Actuelle 0.2
Dernière Mise à Jour 2016-07-22
Date de Publication 2016-07-21
Évaluation 2.00/5 Total 1 Évaluations
Développeur choonkeat
Type de Paiement free
Site Web de l'Extension https://gist.github.com/choonkeat/585708
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loremipsumizer",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}