DesignBold

DesignBold Context Menu Button

DesignBold là gì?

DesignBold là một tiện ích mở rộng Chrome được phát triển bởi https://academy.designbold.com, và tính năng chính của nó là "DesignBold Context Menu Button".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng DesignBold 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

                        Design instantly with any image!

The DesignBold Chrome extension lets you design with any image you like! See something eye-catching on the internet and wanna add a quote? Or a nice picture that you can use as poster background? Just right-click any image and select "Open with DesignBold".

DesignBold allows you to start creating and customizing image in a stunning, professional way!

- 11,000++ beautiful design templates
- Workspace to store all your designs
- Powerful design and photo edit tools - Grids, crop, lines, filters and so much more
- Direct sharing option to Social Networks
- Works on any website, any image!

Design made simple with DesignBold!                    

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

Tên DesignBold DesignBold
ID hcnlanjijjffpmlkpedbijamgmkhgkkm
URL Chính Thức https://chrome.google.com/webstore/detail/designbold/hcnlanjijjffpmlkpedbijamgmkhgkkm
Mô tả DesignBold Context Menu Button
Kích Thước Tệp 54.04 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2018-07-23
Ngày Phát Hành 2018-07-23
Đánh Giá 4.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://academy.designbold.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.designbold.com/
URL Trang Trợ Giúp https://www.designbold.com/support
URL Trang Chính Sách Bảo Mật https://www.designbold.com/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.4.2",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "init_button.js"
            ],
            "all_frames": false
        }
    ],
    "default_locale": "en",
    "browser_action": {
        "default_title": "DesignBold"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "web_accessible_resources": [
        "chrome_extension.html"
    ],
    "permissions": [
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "activeTab",
        "storage"
    ]
}