Rectus

A homepage improvement tool using web search results

Rectus क्या है?

Rectus https://www.rectus.co.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A homepage improvement tool using web search results"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rectus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
    }
}