Fastoot
Quickly post your status to Mastodon
ما هو Fastoot؟
Fastoot هو إضافة Chrome تم تطويرها بواسطة noraworld، والميزة الرئيسية لها هي "Quickly post your status to Mastodon".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fastoot
قم بتنزيل ملفات الامتداد Fastoot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" ] } |