Rectus

A homepage improvement tool using web search results

Rectusとは何ですか?

Rectusはhttps://www.rectus.co.jpによって開発されたChromeの拡張機能で、その主な機能は「A homepage improvement tool using web search results」です。

拡張機能のスクリーンショット

screenshot
screenshot

Rectus拡張機能のCRXファイルをダウンロード

Rectus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It is a tool to improve the homepage by using the results of a web search.
Supported search engines Google Bing Yahoo

If you have a site that you want to focus on, you can register it in advance so that you can click on it when it appears in the search results.

The link to the "morphological analysis page" will be displayed at the place where it is displayed, so you can easily do the morphological analysis of the page.                    

拡張機能の基本情報

名前 Rectus Rectus
ID dboiahegkeihkmihjekebccchlnmglji
公式URL https://chromewebstore.google.com/detail/rectus/dboiahegkeihkmihjekebccchlnmglji
説明 A homepage improvement tool using web search results
ファイルサイズ 78.91 KB
インストール数 111
現在のバージョン 1.1.25
最終更新日 2023-11-21
公開日 2020-05-21
開発者 https://www.rectus.co.jp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.rectus.co.jp/tool/rectus.html
ヘルプページのURL https://www.rectus.co.jp/tool/displayranking-support.html
プライバシーポリシーページのURL https://www.rectus.co.jp/company/privacy.html
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_shortname__",
    "version": "1.1.25",
    "description": "__MSG_ext_description__",
    "default_locale": "ja",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_ext_name__",
        "default_icon": {
            "19": "icons\/icon-19.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "contentscript.css"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "search_engine": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.co.jp\/search*",
                "https:\/\/www.bing.com\/search*",
                "https:\/\/search.yahoo.com\/search*",
                "https:\/\/search.yahoo.co.jp\/search*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}