Fastoot

Quickly post your status to Mastodon

Τι είναι το Fastoot;

Το Fastoot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον noraworld, και η κύρια λειτουργία του είναι "Quickly post your status to Mastodon".

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

screenshot

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

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

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

                        Set a keyboard shortcut, and launch extension easily. All actions can be done with a keyboard. Very quickly transmit your mind to Mastodon. Have fun.                    

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

Όνομα Fastoot Fastoot
ID hnmnnhfeigiogjagmmpnhelpnhnchaoj
Επίσημο URL https://chromewebstore.google.com/detail/fastoot/hnmnnhfeigiogjagmmpnhelpnhnchaoj
Περιγραφή Quickly post your status to Mastodon
Μέγεθος Αρχείου 1.33 MB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2017-06-21
Ημερομηνία Δημοσίευσης 2017-06-21
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής noraworld
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/noraworld/fastoot
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/noraworld/fastoot
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fastoot",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Quickly post your status to Mastodon",
    "homepage_url": "https:\/\/github.com\/noraworld\/fastoot",
    "icons": {
        "16": "img\/mastodon16.png",
        "48": "img\/mastodon48.png",
        "128": "img\/mastodon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Fastoot",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "auth.html"
    ]
}