Chromum ipsum

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

Chromum ipsum क्या है?

Chromum ipsum jonas.u.peterson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chromum ipsum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Chromum ipsum Chromum ipsum
ID khejbmnofemhjohcnpljapkkjkehnagm
आधिकारिक URL https://chromewebstore.google.com/detail/chromum-ipsum/khejbmnofemhjohcnpljapkkjkehnagm
विवरण Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed
फ़ाइल का आकार 13.03 KB
स्थापना संख्या 389
वर्तमान संस्करण 1.5
अंतिम अपडेट 2016-12-23
प्रकाशन तिथि 2016-12-23
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर jonas.u.peterson
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://advisesolutions.se
समर्थित भाषाएँ 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"
            }
        }
    }
}