Collapsed Mastodon

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

Collapsed Mastodon là gì?

Collapsed Mastodon là một tiện ích mở rộng Chrome được phát triển bởi michaelwilcox, và tính năng chính của nó là "Collapses the main column of Mastodon for a cleaner view. Makes writing toots/searches easier by displaying a small container.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Collapsed Mastodon

Tải xuống các tệp mở rộng Collapsed Mastodon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Collapsed Mastodon Collapsed Mastodon
ID ohlmameoemdaimknahlpgiadmomkkgfd
URL Chính Thức https://chromewebstore.google.com/detail/collapsed-mastodon/ohlmameoemdaimknahlpgiadmomkkgfd
Mô tả Collapses the main column of Mastodon for a cleaner view. Makes writing toots/searches easier by displaying a small container.
Kích Thước Tệp 31.21 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.6.3
Cập Nhật Lần Cuối 2018-09-27
Ngày Phát Hành 2018-09-27
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển michaelwilcox
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}