Quick Shop
Creates an easier online shopping experience by generating new tabs for any item you search.
什麼是Quick Shop?
Quick Shop是由oelbarmawi開發的Chrome擴展程式,該擴展的主要功能是“Creates an easier online shopping experience by generating new tabs for any item you search.”。
擴展截圖
下載Quick Shop擴展crx文件
下載Quick Shop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bpgnpfacpnjjnenklidaddpkillmdkao |
官方網址 | https://chrome.google.com/webstore/detail/quick-shop/bpgnpfacpnjjnenklidaddpkillmdkao |
簡介 | Creates an easier online shopping experience by generating new tabs for any item you search. |
檔案大小 | 35.43 KB |
安裝次數 | 36 |
目前版本 | 1.0 |
更新時間 | 2017-01-29 |
上架時間 | 2017-01-29 |
評分 | 5.00/5 共 7 次評分 |
開發者 | oelbarmawi |
付費類型 | free |
支援的語言 | 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\/" ] } |