esa鮮度

Checker for the freshness of esa posts

What is esa鮮度?

esa鮮度 is a Chrome extension developed by FromAtom, and its main feature is "Checker for the freshness of esa posts".

Extension Screenshots

screenshot

Download esa鮮度 Extension CRX File

Download esa鮮度 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拡張をインストールすることで、今見ているesaの記事が古いものかどうか、ひと目で分かるようになります。

esa鮮度は、esaの記事の最終更新時からの経過時間を確認し、指定した期間より長い場合は記事が古い旨を警告する表示を、esaの記事に一時的に追加します。この表示は一時的なもので、記事の内容が編集されることはありません。なお、追加される表示例はスクリーンショットをご覧ください。

記事の古さ判定はデフォルトで1年以上更新されていないものになっています。これは、拡張機能の設定画面から変更することが可能です。設定によっては10年以上更新されていない記事に表示したり、1分以上更新されていない記事に表示したりできます。自分が考える古い記事の基準に合わせて設定を変更することで、より快適に利用することが可能です。                    

Extension Basic Information

Name esa鮮度 esa鮮度
ID gnfoghfdikaeidbbglmeohppeoambfdh
Official URL https://chromewebstore.google.com/detail/esa%E9%AE%AE%E5%BA%A6/gnfoghfdikaeidbbglmeohppeoambfdh
Description Checker for the freshness of esa posts
File Size 16.03 KB
Installation Count 89
Current Version 2.0.4
Last Updated 2022-12-13
Publish Date 2020-01-08
Developer FromAtom
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "esa\u9bae\u5ea6",
    "version": "2.0.4",
    "manifest_version": 3,
    "description": "Checker for the freshness of esa posts",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.esa.io\/posts\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}