FasterMe
FasterMe is a powerful Chrome extension that will help you learn new tools quickly and easily to improve efficiency and reach full…
什么是FasterMe?
FasterMe是由https://fasterme.co开发的Chrome扩展程序,该扩展的主要功能是“FasterMe is a powerful Chrome extension that will help you learn new tools quickly and easily to improve efficiency and reach full…”。
扩展截图
下载FasterMe扩展crx文件
下载FasterMe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FasterMe is a powerful Chrome extension that will help you learn new tools quickly and easily to improve efficiency and reach full productivity potential. It is designed to help users be more productive and efficient with their work. Whether you're a student, freelancer, or professional, this extension can help you streamline your workflow and save valuable time. Try it now with a 7-day free trial. One of the key features of FasterMe is its ability to help users learn new shortcuts for their work. This is especially useful for those new to certain applications or software who need help navigating them quickly and efficiently. With FasterMe, you'll be able to access all of the shortcuts you need to get your work done faster and more efficiently. The extension works with popular applications such as Google Sheets, Docs, Figma, Github, and more. We are constantly working to improve the extension and add more supported applications, so you can expect to see new features and supported apps added in the future. FasterMe provides a versatile advantage with its custom shortcuts feature, applicable across multiple apps and websites. This functionality empowers you to optimize your workflow by creating personalized shortcuts for various actions and keys. FasterMe very easy to use. It runs in the background, so you don't need to worry about it getting in the way of your work, and it has a simple, user-friendly interface that makes it easy to navigate and access the shortcuts you need. Overall, FasterMe is a powerful, easy-to-use Chrome extension that can help you increase productivity and efficiency with your work. Whether you're new to certain applications or just looking to streamline your workflow, this extension is a must-have tool for anyone looking to boost their productivity and save valuable time.
扩展基本信息
名称 | FasterMe |
ID | oandeohanomafjfihpigiakpjinadcla |
官方URL | https://chromewebstore.google.com/detail/fasterme/oandeohanomafjfihpigiakpjinadcla |
简介 | FasterMe is a powerful Chrome extension that will help you learn new tools quickly and easily to improve efficiency and reach full… |
文件大小 | 1.53 MB |
安装次数 | 36 |
当前版本 | 2.2.1 |
更新时间 | 2023-09-20 |
上架时间 | 2022-12-31 |
评分 | 5.00/5 共3次评分 |
开发者 | https://fasterme.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://fasterme.co |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FasterMe", "version": "2.2.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "constants.js", "helpers\/min.js", "helpers\/toast.js", "helpers\/css.js", "content_scripts\/keydetect.js", "content_scripts\/inspector.js", "content_scripts\/init.js", "content_scripts\/listener.js", "content_scripts\/chrome.js", "external\/toast\/toast.min.js", "external\/string-similarity.min.js" ], "css": [ "external\/toast\/toast.min.css", "main.css", "fasterme.css" ] } ], "options_page": "pages\/settings\/settings.html", "web_accessible_resources": [ { "resources": [ "images\/buttons\/_.png", "images\/buttons\/_(1).png", "images\/buttons\/---.png", "images\/buttons\/-.png", "images\/buttons\/,.png", "images\/buttons\/!.png", "images\/buttons\/[.png", "images\/buttons\/].png", "images\/buttons\/@.png", "images\/buttons\/`.png", "images\/buttons\/+.png", "images\/buttons\/=.png", "images\/buttons\/0.png", "images\/buttons\/1.png", "images\/buttons\/2.png", "images\/buttons\/3.png", "images\/buttons\/4.png", "images\/buttons\/5.png", "images\/buttons\/6.png", "images\/buttons\/7.png", "images\/buttons\/8.png", "images\/buttons\/9.png", "images\/buttons\/A.png", "images\/buttons\/alt.png", "images\/buttons\/asterisk.png", "images\/buttons\/B.png", "images\/buttons\/back-slash.png", "images\/buttons\/backspace.png", "images\/buttons\/C.png", "images\/buttons\/caps-lock.png", "images\/buttons\/click.png", "images\/buttons\/command.png", "images\/buttons\/control-mac.png", "images\/buttons\/ctrl-windows.png", "images\/buttons\/D.png", "images\/buttons\/delete.png", "images\/buttons\/down.png", "images\/buttons\/E.png", "images\/buttons\/end.png", "images\/buttons\/enter.png", "images\/buttons\/esc.png", "images\/buttons\/F.png", "images\/buttons\/F1.png", "images\/buttons\/F2.png", "images\/buttons\/F3.png", "images\/buttons\/F4.png", "images\/buttons\/F5.png", "images\/buttons\/F6.png", "images\/buttons\/F7.png", "images\/buttons\/F8.png", "images\/buttons\/F9.png", "images\/buttons\/F10.png", "images\/buttons\/F11.png", "images\/buttons\/F12.png", "images\/buttons\/fn.png", "images\/buttons\/G.png", "images\/buttons\/Greater-than-sign.png", "images\/buttons\/H.png", "images\/buttons\/home.png", "images\/buttons\/I.png", "images\/buttons\/J.png", "images\/buttons\/K.png", "images\/buttons\/L.png", "images\/buttons\/left.png", "images\/buttons\/Less-than-sign.png", "images\/buttons\/M.png", "images\/buttons\/N.png", "images\/buttons\/O.png", "images\/buttons\/option.png", "images\/buttons\/P.png", "images\/buttons\/page-down.png", "images\/buttons\/page-up.png", "images\/buttons\/period.png", "images\/buttons\/Q.png", "images\/buttons\/R.png", "images\/buttons\/right.png", "images\/buttons\/S.png", "images\/buttons\/shift.png", "images\/buttons\/slash.png", "images\/buttons\/space.png", "images\/buttons\/T.png", "images\/buttons\/tab.png", "images\/buttons\/U.png", "images\/buttons\/up.png", "images\/buttons\/V-H.png", "images\/buttons\/V.png", "images\/buttons\/W.png", "images\/buttons\/win-key.png", "images\/buttons\/X.png", "images\/buttons\/Y.png", "images\/buttons\/Z.png", "images\/buttons\/colon.png", "images\/buttons\/question-mark.png", "data.json", "images\/lightning.png", "images\/close.png", "images\/settings.png", "images\/settings_edit.mp4" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "32": "icon.png" }, "action": { "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "bookmarks" ] } |