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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | dboiahegkeihkmihjekebccchlnmglji |
官方網址 | 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": [ " |