Fastoot
Quickly post your status to Mastodon
Vad är Fastoot?
Fastoot är en Chrome-tillägg utvecklad av noraworld, och dess huvudfunktion är "Quickly post your status to Mastodon".
Tilläggsskärmbilder
Ladda ner Fastoot-förlängningens CRX-fil
Ladda ner Fastoot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hnmnnhfeigiogjagmmpnhelpnhnchaoj |
| Officiell webbadress | https://chromewebstore.google.com/detail/fastoot/hnmnnhfeigiogjagmmpnhelpnhnchaoj |
| Beskrivning | Quickly post your status to Mastodon |
| Filstorlek | 1.33 MB |
| Antal Installationer | 22 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2017-06-21 |
| Publiceringsdatum | 2017-06-21 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | noraworld |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/noraworld/fastoot |
| Hjälpsida URL | https://github.com/noraworld/fastoot |
| Stödda Språk | 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"
]
} | |