Fastoot
Quickly post your status to Mastodon
Cos'è Fastoot?
Fastoot è un'estensione di Chrome sviluppata da noraworld, e la sua funzione principale è "Quickly post your status to Mastodon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fastoot
Scarica i file di estensione Fastoot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Fastoot |
ID | hnmnnhfeigiogjagmmpnhelpnhnchaoj |
URL Ufficiale | https://chromewebstore.google.com/detail/fastoot/hnmnnhfeigiogjagmmpnhelpnhnchaoj |
Descrizione | Quickly post your status to Mastodon |
Dimensione del File | 1.33 MB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2017-06-21 |
Data di Pubblicazione | 2017-06-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | noraworld |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/noraworld/fastoot |
URL della Pagina di Aiuto | https://github.com/noraworld/fastoot |
Lingue Supportate | 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" ] } |