esa鮮度

Checker for the freshness of esa posts

Qu'est-ce que esa鮮度 ?

esa鮮度 est une extension Chrome développée par FromAtom, et sa fonction principale est "Checker for the freshness of esa posts".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension esa鮮度

Téléchargez les fichiers d'extension esa鮮度 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        このChrome拡張をインストールすることで、今見ているesaの記事が古いものかどうか、ひと目で分かるようになります。

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

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

Informations de Base sur l'Extension

Nom esa鮮度 esa鮮度
ID gnfoghfdikaeidbbglmeohppeoambfdh
URL Officiel https://chromewebstore.google.com/detail/esa%E9%AE%AE%E5%BA%A6/gnfoghfdikaeidbbglmeohppeoambfdh
Description Checker for the freshness of esa posts
Taille du Fichier 16.03 KB
Nombre d'Installations 89
Version Actuelle 2.0.4
Dernière Mise à Jour 2022-12-13
Date de Publication 2020-01-08
Développeur FromAtom
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}