Roam with Mastodon

Share interesting links and sites. Follow anyone on any instance. Boost and favorite posts with one click Schedule posts.

Τι είναι το Roam with Mastodon;

Το Roam with Mastodon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fo.llow.social, και η κύρια λειτουργία του είναι "Share interesting links and sites. Follow anyone on any instance. Boost and favorite posts with one click Schedule posts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Roam with Mastodon

Λήψη αρχείων επέκτασης Roam with Mastodon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Roam makes it incredibly easy to share quotes, images, videos, etc.

And with added features like quote posts, threading, scheduling, and screenshots:

• Share a page and Roam will pre-fill the URL, title, and image for you
• Highlight text or image and right-click "Share to Mastodon"
• Take a screenshot of the current page with a single click
• Thread like a pro — Roam will help you compose and publish thread with multiple posts
• Schedule for later — spread your posts through the day or over multiple days
• Quote post — share and remark on Mastodon posts, also works with Twitter posts
• Upload images and video, drag & drop to change order
• Draft multiple posts in separate windows

With Roam you can follow, boost, favorite, bookmark, reply, and quote from any instance:

• Look for the "Roaming" badge at the top of the page
• All actions work as if you're on the home instance
• Use the quote action to share and comment on posts

Roam works with most Mastodon instances. Supports Elk. Available for Chrome, Firefox, and all compatible browsers.

To learn more: https://fo.llow.social/roam
For questions/feedback: https://mas.to/@assaf                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Roam with Mastodon Roam with Mastodon
ID djgbnjohidlingnackhjlddacgjdfieh
Επίσημο URL https://chromewebstore.google.com/detail/roam-with-mastodon/djgbnjohidlingnackhjlddacgjdfieh
Περιγραφή Share interesting links and sites. Follow anyone on any instance. Boost and favorite posts with one click Schedule posts.
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 185
Τρέχουσα Έκδοση 3.8.0
Τελευταία Ενημέρωση 2023-03-30
Ημερομηνία Δημοσίευσης 2022-12-10
Αξιολόγηση 3.89/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://fo.llow.social
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://fo.llow.social/
Διεύθυνση URL της Σελίδας Βοήθειας https://fo.llow.social/u/[email protected]
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "3.8.0",
    "author": "[email protected]",
    "name": "Roam with Mastodon",
    "description": "Share interesting links and sites.\nFollow anyone on any instance.\nBoost and favorite posts with one click\nSchedule posts.",
    "homepage_url": "https:\/\/fo.llow.social\/roam",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "notifications",
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elk.zone\/*"
            ],
            "js": [
                "elk-quote.3462c581.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "follow.0d1423aa.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "quote.ae3b20fe.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "reply.44ddce35.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "statuses.a4ebf419.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "tweet-quote.63b603ba.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "roaming.5191c5fc.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        ""
    ]
}