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
官方網址 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"
    ]
}