キーボードで検索
Shift&Ctrlキーと他のキー同時押しで画面上に各サイトへの検索バーを表示する拡張機能です。shift+ctrl+g→google、shift+ctrl+a→amazonなど
Wat is キーボードで検索?
キーボードで検索 is een Chrome-extensie ontwikkeld door clover, en de belangrijkste functie is "Shift&Ctrlキーと他のキー同時押しで画面上に各サイトへの検索バーを表示する拡張機能です。shift+ctrl+g→google、shift+ctrl+a→amazonなど".
Extensie Screenshots
Download het CRX-bestand van de extensie キーボードで検索
Download キーボードで検索-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
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 一般公開
Basisinformatie over de Extensie
Naam | キーボードで検索 |
ID | ghmkmkahahohjgdemgoahpmbemmipbep |
Officiële URL | 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 |
Beschrijving | Shift&Ctrlキーと他のキー同時押しで画面上に各サイトへの検索バーを表示する拡張機能です。shift+ctrl+g→google、shift+ctrl+a→amazonなど |
Bestandsgrootte | 57.15 KB |
Aantal Installaties | 111 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2016-04-04 |
Publicatiedatum | 2016-04-03 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | clover |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |