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. 扩展基本信息
| 名称 | |
| 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"
]
} | |