ノイズレスサーチ+
ノイズレスサーチの検索エンジンを利用して、正確な情報に簡単にアクセスできる拡張機能です。
What is ノイズレスサーチ+?
ノイズレスサーチ+ is a Chrome extension developed by Yumeto, and its main feature is "ノイズレスサーチの検索エンジンを利用して、正確な情報に簡単にアクセスできる拡張機能です。".
Extension Screenshots
Download ノイズレスサーチ+ Extension CRX File
Download ノイズレスサーチ+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google検索の結果に邪魔なサイトが多くて、欲しい情報にすぐに辿り着けないなんて経験ありませんか?
そんな時にはパソ活ラボ様のノイズレスサーチが非常に便利です。
ノイズレスサーチ+は、そのノイズレスサーチの検索結果に素早くアクセスできるChrome拡張機能です。
使い方は非常にシンプルで、
1. alt+N(Windows)、またはoption+N(Mac)
(またはアイコンをクリック)
2. 検索窓に検索文字列を入力
3. Enterキーを押す
(または検索ボタンをクリック)
だけです。
ドメイン絞り込みに関しましては、以下のパソ活ラボ様のサイトをご参照ください。
http://pasokatu.com/14565#site
■ 履歴
2022/06/13 - V1.3 - プログラムポリシーの更新に準拠
2019/09/23 - V1.2 - 右クリックメニュー追加
2018/05/03 - V1.1 - 公開 Extension Basic Information
| Name | |
| ID | gmpgngmmcocpbfagngjgoccchlnhmphn |
| Official URL | https://chromewebstore.google.com/detail/%E3%83%8E%E3%82%A4%E3%82%BA%E3%83%AC%E3%82%B9%E3%82%B5%E3%83%BC%E3%83%81%EF%BC%8B/gmpgngmmcocpbfagngjgoccchlnhmphn |
| Description | ノイズレスサーチの検索エンジンを利用して、正確な情報に簡単にアクセスできる拡張機能です。 |
| File Size | 39.95 KB |
| Installation Count | 12,631 |
| Current Version | 1.3 |
| Last Updated | 2022-06-21 |
| Publish Date | 2019-09-23 |
| Rating | 4.20/5 Total 5 Ratings |
| Developer | Yumeto |
| [email protected] | |
| Payment Type | free |
| Supported Languages | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u30ce\u30a4\u30ba\u30ec\u30b9\u30b5\u30fc\u30c1\uff0b",
"version": "1.3",
"manifest_version": 3,
"description": "\u30ce\u30a4\u30ba\u30ec\u30b9\u30b5\u30fc\u30c1\u306e\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u3092\u5229\u7528\u3057\u3066\u3001\u6b63\u78ba\u306a\u60c5\u5831\u306b\u7c21\u5358\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"action": {
"default_icon": {
"38": "img\/icon48.png"
},
"default_title": "Noiseless Search",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+N",
"mac": "Alt+N"
},
"description": "Opens popup.html"
}
}
} | |