Quick Shop

Creates an easier online shopping experience by generating new tabs for any item you search.

Quick Shop là gì?

Quick Shop là một tiện ích mở rộng Chrome được phát triển bởi oelbarmawi, và tính năng chính của nó là "Creates an easier online shopping experience by generating new tabs for any item you search.".

Ả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 Quick Shop

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

                        Weigh your options with Quick Shop. Today, online shopping has become so common that people don’t even need to leave their homes anymore in order to make purchases. With Quick Shop, online shopping has become a whole lot easier. Just type in the item you’re looking for, check the boxes corresponding to each website you want to search, and hit Shop. Quick Shop will open new tabs that will direct you to the item of your choice for each of your selected websites. 
"What are you searching for?" -Anon.                    

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

Tên Quick Shop Quick Shop
ID bpgnpfacpnjjnenklidaddpkillmdkao
URL Chính Thức https://chrome.google.com/webstore/detail/quick-shop/bpgnpfacpnjjnenklidaddpkillmdkao
Mô tả Creates an easier online shopping experience by generating new tabs for any item you search.
Kích Thước Tệp 35.43 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-29
Ngày Phát Hành 2017-01-29
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển oelbarmawi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Shop",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Creates an easier online shopping experience by generating new tabs for any item you search.",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Quick Shop"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}