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 |
公式URL | 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\/" ] } |