Fastoot
Quickly post your status to Mastodon
什麼是Fastoot?
Fastoot是由noraworld開發的Chrome擴展程式,該擴展的主要功能是“Quickly post your status to Mastodon”。
擴展截圖
下載Fastoot擴展crx文件
下載Fastoot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | hnmnnhfeigiogjagmmpnhelpnhnchaoj |
官方網址 | 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" ] } |