DesignBold

DesignBold Context Menu Button

Apa itu DesignBold?

DesignBold adalah ekstensi Chrome yang dikembangkan oleh https://academy.designbold.com, dan fitur utamanya adalah "DesignBold Context Menu Button".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DesignBold

Unduh file ekstensi DesignBold dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama DesignBold DesignBold
ID hcnlanjijjffpmlkpedbijamgmkhgkkm
URL Resmi https://chrome.google.com/webstore/detail/designbold/hcnlanjijjffpmlkpedbijamgmkhgkkm
Deskripsi DesignBold Context Menu Button
Ukuran File 54.04 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.4.2
Terakhir Diperbarui 2018-07-23
Tanggal Publikasi 2018-07-23
Penilaian 4.55/5 Total 11 Penilaian
Pengembang https://academy.designbold.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.designbold.com/
URL Halaman Bantuan https://www.designbold.com/support
URL Halaman Kebijakan Privasi https://www.designbold.com/policy
Bahasa yang Didukung 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"
    ]
}