Chromum ipsum

Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed

Co je Chromum ipsum?

Chromum ipsum je rozšíření Chrome vyvinuté jonas.u.peterson, a jeho hlavní funkcí je „Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chromum ipsum

Stáhněte si soubory rozšíření Chromum ipsum ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Creates Lorum ipsum in nine predefined sizes and stores it on the computers clip board.

On the options page can you set which buttons on the display that should be shown.

You could use keyboard shortcuts to control the extension:

Open extension
Win: Ctrl+Shift+L
Mac: Command+Shift+L

Get three sentences
Win: Ctrl+Shift+2
Mac: Command+Shift+2

Get three paragraphs
Win: Ctrl+Shift+3
Mac: Command+Shift+3                    

Základní Informace o Rozšíření

Název Chromum ipsum Chromum ipsum
ID khejbmnofemhjohcnpljapkkjkehnagm
Oficiální URL https://chromewebstore.google.com/detail/chromum-ipsum/khejbmnofemhjohcnpljapkkjkehnagm
Popis Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed
Velikost souboru 13.03 KB
Počet instalací 389
Aktuální Verze 1.5
Poslední Aktualizace 2016-12-23
Datum Vydání 2016-12-23
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář jonas.u.peterson
Typ Platby free
Webové stránky Rozšíření https://advisesolutions.se
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromum ipsum",
    "manifest_version": 2,
    "version": "1.5",
    "description": "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed",
    "icons": {
        "32": "images\/chromumipsum.png"
    },
    "browser_action": {
        "default_title": "Chromum ipsum",
        "default_icon": "images\/chromumipsum.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "most-popular-sentence": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Get most popular sentence",
            "global": true
        },
        "most-popular-paragraphs": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            },
            "description": "Get most popular paragraph",
            "global": true
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}