iAutomator: automation/shortcuts

Browser Automation Productivity Tools

iAutomator: automation/shortcutsとは何ですか?

iAutomator: automation/shortcutsはtomasyによって開発されたChromeの拡張機能で、その主な機能は「Browser Automation Productivity Tools」です。

拡張機能のスクリーンショット

screenshot
screenshot

iAutomator: automation/shortcuts拡張機能のCRXファイルをダウンロード

iAutomator: automation/shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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;                    

拡張機能の基本情報

名前 iAutomator: automation/shortcuts iAutomator: automation/shortcuts
ID hcnekoladldejmeindnhpjkfhjadcick
公式URL https://chromewebstore.google.com/detail/iautomator-automationshor/hcnekoladldejmeindnhpjkfhjadcick
説明 Browser Automation Productivity Tools
ファイルサイズ 588 KB
インストール数 223
現在のバージョン 2.6.0
最終更新日 2023-10-19
公開日 2020-06-28
評価 5.00/5 合計 3 レビュー
開発者 tomasy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://iautomator.xyz/
ヘルプページのURL https://github.com/solobat/ihelpers.github.io/issues
プライバシーポリシーページのURL https://iautomator.xyz/privacy
対応言語 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:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "optional_permissions": [
        "background",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "img\/*.png",
                "icon16.png",
                "icon48.png",
                "src\/pages\/helper\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}