Fastoot

Quickly post your status to Mastodon

Fastoot क्या है?

Fastoot noraworld द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly post your status to Mastodon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fastoot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}