Amazon Command Quickly
Amazonコマンドをワンクリックで追加して実行します
Cos'è Amazon Command Quickly?
Amazon Command Quickly è un'estensione di Chrome sviluppata da ゴン, e la sua funzione principale è "Amazonコマンドをワンクリックで追加して実行します".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Command Quickly
Scarica i file di estensione Amazon Command Quickly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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の商品)
をボタンワンクリックで実行可能にします。 Informazioni di Base sull'Estensione
| Nome | |
| ID | adnclnmfdlbkemdddekdhmofeippakhf |
| URL Ufficiale | https://chromewebstore.google.com/detail/amazon-command-quickly/adnclnmfdlbkemdddekdhmofeippakhf |
| Descrizione | Amazonコマンドをワンクリックで追加して実行します |
| Dimensione del File | 41.94 KB |
| Conteggio Installazioni | 4,012 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-08-26 |
| Data di Pubblicazione | 2018-08-25 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | ゴン |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |