iAutomator: automation/shortcuts
Browser Automation Productivity Tools
What is iAutomator: automation/shortcuts?
iAutomator: automation/shortcuts is a Chrome extension developed by tomasy, and its main feature is "Browser Automation Productivity Tools".
Extension Screenshots
Download iAutomator: automation/shortcuts Extension CRX File
Download iAutomator: automation/shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Built-in common page operations, such as Read Mode, Full Screen/Kill an Element, Download Images/Videos, Code Copy, Bookmark, Scroll etc., support action recording and action automation. update: v2.6.0 App rename; Optimize Attributes action; Fix bugs;
Extension Basic Information
Name | iAutomator: automation/shortcuts |
ID | hcnekoladldejmeindnhpjkfhjadcick |
Official URL | https://chromewebstore.google.com/detail/iautomator-automationshor/hcnekoladldejmeindnhpjkfhjadcick |
Description | Browser Automation Productivity Tools |
File Size | 588 KB |
Installation Count | 223 |
Current Version | 2.6.0 |
Last Updated | 2023-10-19 |
Publish Date | 2020-06-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | tomasy |
[email protected] | |
Payment Type | free |
Extension Website | https://iautomator.xyz/ |
Help Page URL | https://github.com/solobat/ihelpers.github.io/issues |
Privacy Policy Page URL | https://iautomator.xyz/privacy |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "2.6.0", "description": "__MSG_extDesc__", "default_locale": "en", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |