Fastoot

Quickly post your status to Mastodon

What is Fastoot?

Fastoot is a Chrome extension developed by noraworld, and its main feature is "Quickly post your status to Mastodon".

Extension Screenshots

screenshot

Download Fastoot Extension CRX File

Download Fastoot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fastoot Fastoot
ID hnmnnhfeigiogjagmmpnhelpnhnchaoj
Official URL https://chromewebstore.google.com/detail/fastoot/hnmnnhfeigiogjagmmpnhelpnhnchaoj
Description Quickly post your status to Mastodon
File Size 1.33 MB
Installation Count 22
Current Version 0.2.0
Last Updated 2017-06-21
Publish Date 2017-06-21
Rating 5.00/5 Total 1 Ratings
Developer noraworld
Payment Type free
Extension Website https://github.com/noraworld/fastoot
Help Page URL https://github.com/noraworld/fastoot
Supported Languages 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"
    ]
}