Bazaar

Bazaar.co Save Button — Save content from around the Web

Bazaarคืออะไร?

Bazaar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bazaar.co และคุณลักษณะหลักของมันคือ "Bazaar.co Save Button — Save content from around the Web"

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

screenshot

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

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

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

                        Bazaar.co Save Button — Save content from around the Web                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bazaar Bazaar
ID jikcclhblkpenghjdcpeacnbffkgldki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bazaar/jikcclhblkpenghjdcpeacnbffkgldki
คำอธิบาย Bazaar.co Save Button — Save content from around the Web
ขนาดไฟล์ 48.71 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 3.1.4
อัปเดตครั้งล่าสุด 2019-08-08
วันที่เผยแพร่ 2019-08-08
ผู้พัฒนา https://bazaar.co
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bazaar.co/meta/plugin
URL หน้าช่วยเหลือ https://bazaar.co/meta/faq
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bazaar",
    "version": "3.1.4",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/bazaar.co\/*",
                "*:\/\/bazaar.local\/*"
            ],
            "js": [
                "jquery.js",
                "bang-overlay.js"
            ],
            "css": [
                "bang-overlay.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.pinterest.fr\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/*.pinterest.de\/*",
                "https:\/\/*.pinterest.se\/*",
                "https:\/\/*.pinterest.pt\/*",
                "https:\/\/*.pinterest.at\/*",
                "https:\/\/*.pinterest.dk\/*",
                "https:\/\/*.pinterest.co.at\/*",
                "https:\/\/*.pinterest.com.au\/*",
                "https:\/\/*.pinterest.hu\/*",
                "https:\/\/*.pinterest.be\/*",
                "https:\/\/*.pinterest.co.kr\/*",
                "https:\/\/*.pinterest.ca\/*",
                "https:\/\/*.pinterest.com.bo\/*",
                "https:\/\/*.pinterest.in\/*",
                "https:\/\/*.pinterest.com.ec\/*",
                "https:\/\/*.pinterest.ec\/*",
                "https:\/\/*.pinterest.com.py\/*",
                "https:\/\/*.pinterest.co\/*",
                "https:\/\/*.pinterest.co.uk\/*",
                "https:\/\/*.pinterest.kr\/*",
                "https:\/\/*.pinterest.ru\/*",
                "https:\/\/*.pinterest.nz\/*",
                "https:\/\/*.pinterest.uk\/*",
                "https:\/\/*.pinterest.it\/*",
                "https:\/\/*.pinterest.info\/*",
                "https:\/\/*.pinterest.co.in\/*",
                "https:\/\/*.pinterest.ch\/*",
                "https:\/\/*.pinterest.pe\/*",
                "https:\/\/*.pinterest.th\/*",
                "https:\/\/*.pinterest.jp\/*",
                "https:\/\/*.pinterest.ie\/*",
                "https:\/\/*.pinterest.com.mx\/*",
                "https:\/\/*.pinterest.cl\/*",
                "https:\/\/*.pinterest.com.vn\/*",
                "https:\/\/*.pinterest.com.pt\/*",
                "https:\/\/*.pinterest.es\/*",
                "https:\/\/*.pinterest.ph\/*",
                "https:\/\/*.pinterest.com.uy\/*",
                "https:\/\/*.pinterest.co.nz\/*",
                "https:\/\/*.pinterest.com.pe\/*",
                "https:\/\/*.pinterest.mx\/*"
            ],
            "js": [
                "jquery.js",
                "pinterest-export.js"
            ],
            "css": [
                "pinterest-export.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png",
        "pinterest-api-client.js",
        "jquery.js"
    ],
    "browser_action": {
        "default_title": "Bazaar Save Button",
        "default_icon": "icons\/page-48.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/api.bazaar.co\/*"
    ],
    "icons": {
        "16": "icons\/page-16.png",
        "32": "icons\/page-32.png",
        "48": "icons\/page-48.png"
    }
}