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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonas.u.peterson และคุณลักษณะหลักของมันคือ "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chromum ipsum

ดาวน์โหลดไฟล์ส่วนขยาย Chromum ipsum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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