キーボードで検索
Shift&Ctrlキーと他のキー同時押しで画面上に各サイトへの検索バーを表示する拡張機能です。shift+ctrl+g→google、shift+ctrl+a→amazonなど
Apa itu キーボードで検索?
キーボードで検索 adalah ekstensi Chrome yang dikembangkan oleh clover, dan fitur utamanya adalah "Shift&Ctrlキーと他のキー同時押しで画面上に各サイトへの検索バーを表示する拡張機能です。shift+ctrl+g→google、shift+ctrl+a→amazonなど".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi キーボードで検索
Unduh file ekstensi キーボードで検索 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
ShiftとCtrlと他のキー同時押しで画面上に各サイトへの検索バーを表示する拡張機能です。shift+ctrl+g→google、shift+ctrl+a→amazonなど シフトキーとコントロールキーとその他ボタンを同時押しすると、画面中央に検索バーが表示されます。 以下の同時押しで起動します。 「Shift」+「Ctrl」+「g」同時押し→Google検索 「Shift」+「Ctrl」+「y」同時押し→Yahoo検索 「Shift」+「Ctrl」+「a」同時押し→amazon検索 「Shift」+「Ctrl」+「r」同時押し→楽天市場検索 「Shift」+「Ctrl」+「o」同時押し→ヤフオク検索 「Shift」+「Ctrl」+「b」同時押し→Bing検索 「Shift」+「Ctrl」+「w」同時押し→ウィキペディア検索 「Shift」+「Ctrl」+「m」同時押し→Youtube検索 「Shift」+「Ctrl」+「n」同時押し→ニコニコ動画検索 「Shift」+「Ctrl」+「d」同時押し→Dmm.com検索 ver1.1より以下を追加 「Shift」+「Ctrl」+「k」同時押し→カカクコム検索 ※検索バーを閉じる場合は、「Shift」+「Ctrl」+「q」同時押し、または検索バー以外の画面をクリックすると消えます。 ■更新履歴 2016/4/4 v1.2.0 仕様変更 2013/8/8 v1.1.0 レビューの要望よりカカクコムを検索できるように追加。 2013/8/8 v1.0.4 拡張機能名を変更。同時押しキー条件を変更。 2013/8/7 v1.0.3 非公開 2013/8/6 v1.0.2 デザイン微調整 2013/8/5 v1.0.1 バグフィクス 2013/8/5 v1.0.0 一般公開
Informasi Dasar Ekstensi
Nama | キーボードで検索 |
ID | ghmkmkahahohjgdemgoahpmbemmipbep |
URL Resmi | https://chromewebstore.google.com/detail/%E3%82%AD%E3%83%BC%E3%83%9C%E3%83%BC%E3%83%89%E3%81%A7%E6%A4%9C%E7%B4%A2/ghmkmkahahohjgdemgoahpmbemmipbep |
Deskripsi | Shift&Ctrlキーと他のキー同時押しで画面上に各サイトへの検索バーを表示する拡張機能です。shift+ctrl+g→google、shift+ctrl+a→amazonなど |
Ukuran File | 57.15 KB |
Jumlah Instalasi | 111 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2016-04-04 |
Tanggal Publikasi | 2016-04-03 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | clover |
Tipe Pembayaran | free |
Bahasa yang Didukung | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u30ad\u30fc\u30dc\u30fc\u30c9\u3067\u691c\u7d22", "version": "1.2.0", "description": "Shift\uff06Ctrl\u30ad\u30fc\u3068\u4ed6\u306e\u30ad\u30fc\u540c\u6642\u62bc\u3057\u3067\u753b\u9762\u4e0a\u306b\u5404\u30b5\u30a4\u30c8\u3078\u306e\u691c\u7d22\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002shift+ctrl+g\u2192google\u3001shift+ctrl+a\u2192amazon\u306a\u3069", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "templete.css" ], "js": [ "jquery-1.8.0.min.js", "ecl.js", "scroll.js", "modal.js", "html.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/icon16.png", "images\/icon32.png", "images\/icon64.png", "images\/icon128.png" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |