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