OmniRT - アドレスバーからリアルタイム検索
アドレスバーからヤフーのリアルタイム検索を直接実行
What is OmniRT - アドレスバーからリアルタイム検索?
OmniRT - アドレスバーからリアルタイム検索 is a Chrome extension developed by anji.dev, and its main feature is "アドレスバーからヤフーのリアルタイム検索を直接実行".
Extension Screenshots
Download OmniRT - アドレスバーからリアルタイム検索 Extension CRX File
Download OmniRT - アドレスバーからリアルタイム検索 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
Chromeのアドレスバーから、直接リアルタイム検索できるようにします。 これまで「リアルタイム検索」というキーワードで検索後 検索結果でページを選んでから、リアルタイム検索したいキーワードを入力していました。 この一手間を解消する拡張機能です。 Chromeの設定でも、同様のことを実現できますが 拡張機能のインストールの方が、設定の変更より手軽だと思ったので 作成しました。
Extension Basic Information
Name | OmniRT - アドレスバーからリアルタイム検索 |
ID | hdjanjddafhdndfobjjobgibifllgoaf |
Official URL | https://chromewebstore.google.com/detail/omnirt-%E3%82%A2%E3%83%89%E3%83%AC%E3%82%B9%E3%83%90%E3%83%BC%E3%81%8B%E3%82%89%E3%83%AA%E3%82%A2%E3%83%AB%E3%82%BF%E3%82%A4%E3%83%A0%E6%A4%9C%E7%B4%A2/hdjanjddafhdndfobjjobgibifllgoaf |
Description | アドレスバーからヤフーのリアルタイム検索を直接実行 |
File Size | 9.63 KB |
Installation Count | 321 |
Current Version | 1.2 |
Last Updated | 2020-10-31 |
Publish Date | 2018-07-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | anji.dev |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OmniRT - \u30a2\u30c9\u30ec\u30b9\u30d0\u30fc\u304b\u3089\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u691c\u7d22", "version": "1.2", "manifest_version": 2, "description": "\u30a2\u30c9\u30ec\u30b9\u30d0\u30fc\u304b\u3089\u30e4\u30d5\u30fc\u306e\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u691c\u7d22\u3092\u76f4\u63a5\u5b9f\u884c", "icons": { "64": "icon_64.png", "48": "icon_64.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "omnibox": { "keyword": "rt" }, "permissions": [ "tabs" ] } |