Amazon Command Quickly
Amazonコマンドをワンクリックで追加して実行します
Wat is Amazon Command Quickly?
Amazon Command Quickly is een Chrome-extensie ontwikkeld door ゴン, en de belangrijkste functie is "Amazonコマンドをワンクリックで追加して実行します".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Command Quickly
Download Amazon Command Quickly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Amazonの便利コマンド ○並び替え系 ・&sort=salesrank(売れている順) ・&sort=-salesrank(売れていない順) ・&sort=review-rank(レビューが高い順) ・&sort=-review-rank(レビューが低い順) ・&sort=-price(価格の高い順) ・&sort=price(価格の低い順) ・&sort=-releasedate(発売日の新しい順) ・&sort=date-asc-rank(発売日の古い順) ○絞込み系 ・&low-price=○○(○○円以上の商品) ・&high-price=××(××円以下の商品) ・&low-price=○○&high-price=××(○○円~××円の商品) ・&pct-off=○○-(○○%OFF以上の商品) ・&pct-off=-××(××%OFF以下の商品) ・&pct-off=○○-××(○○%~××%OFFの商品) をボタンワンクリックで実行可能にします。
Basisinformatie over de Extensie
Naam | Amazon Command Quickly |
ID | adnclnmfdlbkemdddekdhmofeippakhf |
Officiële URL | https://chromewebstore.google.com/detail/amazon-command-quickly/adnclnmfdlbkemdddekdhmofeippakhf |
Beschrijving | Amazonコマンドをワンクリックで追加して実行します |
Bestandsgrootte | 41.94 KB |
Aantal Installaties | 4,012 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-08-26 |
Publicatiedatum | 2018-08-25 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ゴン |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Command Quickly", "short_name": "ACQ", "description": "Amazon\u30b3\u30de\u30f3\u30c9\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u8ffd\u52a0\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.0", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/www.amazon.co.jp\/*", "http:\/\/www.amazon.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html" } } |