Fastoot
Quickly post your status to Mastodon
Wat is Fastoot?
Fastoot is een Chrome-extensie ontwikkeld door noraworld, en de belangrijkste functie is "Quickly post your status to Mastodon".
Extensie Screenshots
Download het CRX-bestand van de extensie Fastoot
Download Fastoot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Fastoot |
ID | hnmnnhfeigiogjagmmpnhelpnhnchaoj |
Officiële URL | https://chromewebstore.google.com/detail/fastoot/hnmnnhfeigiogjagmmpnhelpnhnchaoj |
Beschrijving | Quickly post your status to Mastodon |
Bestandsgrootte | 1.33 MB |
Aantal Installaties | 22 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2017-06-21 |
Publicatiedatum | 2017-06-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | noraworld |
Betalingswijze | free |
Extensiewebsite | https://github.com/noraworld/fastoot |
Help Pagina-URL | https://github.com/noraworld/fastoot |
Ondersteunde Talen | 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" ] } |