Collapsed Mastodon

Collapses the main column of Mastodon for a cleaner view. Makes writing toots/searches easier by displaying a small container.

Collapsed Mastodonとは何ですか?

Collapsed Mastodonはmichaelwilcoxによって開発されたChromeの拡張機能で、その主な機能は「Collapses the main column of Mastodon for a cleaner view. Makes writing toots/searches easier by displaying a small container.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Collapsed Mastodon拡張機能のCRXファイルをダウンロード

Collapsed Mastodon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Collapses the main Mastodon column for a cleaner view of the other timelines and shows small floating containers to write toots/make searches and integrates replies below the target post.

how can I review the source code?
 
The source code is not obfuscated as of now but you can always follow the progress on: https://github.com/Eskuero/collapsed_mastodon

It does nothing on my computer!:
By default the addon is set to work with this list of instances:
mastodon.social
mstdn.io
niu.moe
mastodon.art
But you can add more by writing the URL of your instance separated from other by commas on Menu > Collapsed Mastodon > Preferences.

Something is broken on the interface!
Before reporting a bug please make sure it's not a problem with your browser cache by refreshing the webpage with Ctrl+F5

I have a bug to report
You can report bugs here: https://github.com/Eskuero/collapsed_mastodon/issues
You can also reach the author on the fediverse at @[email protected]                    

拡張機能の基本情報

名前 Collapsed Mastodon Collapsed Mastodon
ID ohlmameoemdaimknahlpgiadmomkkgfd
公式URL https://chromewebstore.google.com/detail/collapsed-mastodon/ohlmameoemdaimknahlpgiadmomkkgfd
説明 Collapses the main column of Mastodon for a cleaner view. Makes writing toots/searches easier by displaying a small container.
ファイルサイズ 31.21 KB
インストール数 111
現在のバージョン 0.6.3
最終更新日 2018-09-27
公開日 2018-09-27
評価 4.33/5 合計 3 レビュー
開発者 michaelwilcox
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Collapsed Mastodon",
    "version": "0.6.3",
    "icons": {
        "48": "icons\/48.png"
    },
    "description": "Collapses the main column of Mastodon for a cleaner view.\nMakes writing toots\/searches easier by displaying a small container.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}