Fastoot
Quickly post your status to Mastodon
Was ist Fastoot?
Fastoot ist eine Chrome-Erweiterung, die von noraworld entwickelt wurde, und ihr Hauptmerkmal ist "Quickly post your status to Mastodon".
Erweiterungsscreenshots
Fastoot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fastoot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Fastoot |
ID | hnmnnhfeigiogjagmmpnhelpnhnchaoj |
Offizielle URL | https://chromewebstore.google.com/detail/fastoot/hnmnnhfeigiogjagmmpnhelpnhnchaoj |
Beschreibung | Quickly post your status to Mastodon |
Dateigröße | 1.33 MB |
Installationsanzahl | 22 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2017-06-21 |
Veröffentlichungsdatum | 2017-06-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | noraworld |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/noraworld/fastoot |
Hilfeseite URL | https://github.com/noraworld/fastoot |
Unterstützte Sprachen | 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" ] } |