コンパクトな増田

増田をコンパクトに表示できるんだ

What is コンパクトな増田?

コンパクトな増田 is a Chrome extension developed by aoi tomoyuki, and its main feature is "増田をコンパクトに表示できるんだ".

Extension Screenshots

screenshot
screenshot

Download コンパクトな増田 Extension CRX File

Download コンパクトな増田 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

                        増田(はてな匿名ダイアリー)をコンパクトで見やすくします。
ちょっとした便利機能も追加します。
スクリーンショットは1.0のものです。そのうち差し替えるかもしれません。


更新履歴
1.3.5
ポップアップリンクが正常に取得できていなかった問題を修正

1.3.4
過去の記事のhttpリンクで色々動かなかった問題を修正

1.3.3
httpsに対応
かんたんな荒らし対応のオプションを削除

1.3.2
パラメータが変わり2ページ以降で機能しない問題を修正

1.3.1
バグ修正とオプション項目追加

1.3
ちょこっと増田機能を追加

1.2.4 
日付指定のページとキーワードページでも拡張が動くように変更

1.2.3 
ちゃんと折りたたみ表示されない場合があったので修正

1.2
増田内のURLをマウスオーバーすると内容をツールチップ風に表示できるオプションを追加

1.1
返信ボタンを追加できるオプションを追加                    

Extension Basic Information

Name コンパクトな増田 コンパクトな増田
ID gflnacbcoghapphefandoihoijglobih
Official URL https://chromewebstore.google.com/detail/%E3%82%B3%E3%83%B3%E3%83%91%E3%82%AF%E3%83%88%E3%81%AA%E5%A2%97%E7%94%B0/gflnacbcoghapphefandoihoijglobih
Description 増田をコンパクトに表示できるんだ
File Size 11.34 KB
Installation Count 148
Current Version 1.3.5
Last Updated 2019-10-25
Publish Date 2019-10-25
Rating 4.80/5 Total 5 Ratings
Developer aoi tomoyuki
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30b3\u30f3\u30d1\u30af\u30c8\u306a\u5897\u7530",
    "version": "1.3.5",
    "manifest_version": 2,
    "description": "\u5897\u7530\u3092\u30b3\u30f3\u30d1\u30af\u30c8\u306b\u8868\u793a\u3067\u304d\u308b\u3093\u3060",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/anond.hatelabo.jp\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/anond.hatelabo.jp\/*"
            ],
            "css": [
                "css\/compact_na_masuda.css"
            ],
            "run_at": "document_end",
            "js": [
                "js\/compact_na_masuda.js"
            ]
        }
    ]
}