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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collapses the main column of Mastodon for a cleaner view. Makes writing toots/searches easier by displaying a small container."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Collapsed Mastodon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}