Loremipsumizer

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

Loremipsumizer là gì?

Loremipsumizer là một tiện ích mở rộng Chrome được phát triển bởi choonkeat, và tính năng chính của nó là "Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Loremipsumizer

Tải xuống các tệp mở rộng Loremipsumizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Loremipsumizer Loremipsumizer
ID igilnooinkafoolljalngllghkfmngml
URL Chính Thức https://chromewebstore.google.com/detail/loremipsumizer/igilnooinkafoolljalngllghkfmngml
Mô tả Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text
Kích Thước Tệp 43.89 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-07-22
Ngày Phát Hành 2016-07-21
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển choonkeat
Loại Thanh Toán free
Trang Web Mở Rộng https://gist.github.com/choonkeat/585708
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}