Eagle for Chrome

This extension makes it easy to save images and save screenshots to Eagle App.

Eagle for Chrome क्या है?

Eagle for Chrome https://eagle.cool द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes it easy to save images and save screenshots to Eagle App."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eagle for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Browser Extensions allow you to easily save web page images and save screenshots to Eagle.
 
#1. Drag & Drop: 
To collect pictures, just drag & drop it to your Eagle.
 
#2. Alt + Right-click:
Pressing alt key and right-click on any image to keep it!
 
#3. Batch-saving:
Get the pass to easily save images within seconds.
 
#4. Screen Capture:
The most simple way to take a screenshot of your current browser window.
 
----------------------------------------------------
 
Your privacy is very important to us, this extension don't collect any personal information while browsing on the internet.  For more detailed privacy terms, please check: https://en.eagle.cool/privacy                    

एक्सटेंशन की मूल जानकारी

नाम Eagle for Chrome Eagle for Chrome
ID lieogkinebikhdchceieedcigeafdkid
आधिकारिक URL https://chromewebstore.google.com/detail/eagle-for-chrome/lieogkinebikhdchceieedcigeafdkid
विवरण This extension makes it easy to save images and save screenshots to Eagle App.
फ़ाइल का आकार 590 KB
स्थापना संख्या 300,000
वर्तमान संस्करण 3.0.15
अंतिम अपडेट 2024-01-12
प्रकाशन तिथि 2020-06-24
रेटिंग 4.57/5 कुल 693 रेटिंग्स
डेवलपर https://eagle.cool
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://eagle.cool/
सहायता पृष्ठ URL https://docs-en.eagle.cool/
गोपनीयता नीति पृष्ठ URL https://en.eagle.cool/privacy
समर्थित भाषाएँ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.0.15",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "content_scripts": [
        {
            "match_about_blank": true,
            "js": [
                "js\/vendors\/jquery.min.js",
                "js\/vendors\/jquery-ui.min.js",
                "js\/lib\/api\/eagle.js",
                "js\/lib\/api\/utils.js",
                "js\/lib\/api\/env.js",
                "js\/lib\/api\/plugin.js",
                "js\/lib\/api\/element-inspector.js",
                "js\/lib\/iframe-batch-saver.js",
                "js\/lib\/api\/element-collector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/wuxian.taobao.com\/decorate\/*",
                "http:\/\/wuxian.taobao.com\/decorate\/*",
                "https:\/\/paper.dropbox.com\/*",
                "*:\/\/*\/*chrome.google.com\/webstore*",
                "https:\/\/music.163.com\/*",
                "https:\/\/www.artstation.com\/*"
            ],
            "js": [
                "js\/vendors\/mousetrap.min.js",
                "js\/vendors\/sweetalert2.all.min.js",
                "js\/lib\/api\/storage.js",
                "js\/lib\/api\/crypto.js",
                "js\/lib\/api\/runtime.js",
                "js\/lib\/api\/extension.js",
                "js\/lib\/api\/site-parser.js",
                "js\/lib\/api\/preference.js",
                "js\/lib\/api\/shortcut.js",
                "js\/lib\/api\/i18n.js",
                "js\/lib\/api\/dialog.js",
                "js\/lib\/api\/fetch.js",
                "\/js\/lib\/api\/url-test.js",
                "js\/lib\/api\/cache-helper.js",
                "js\/lib\/api\/url-enlarger.js",
                "js\/lib\/api\/folder.js",
                "js\/lib\/api\/item.js",
                "js\/lib\/api\/logger.js",
                "js\/lib\/api\/screen-capturer.js",
                "js\/lib\/api\/screen-capturer-scroll.js",
                "js\/lib\/drag-saver.js",
                "js\/lib\/context-saver.js",
                "js\/lib\/board-saver.js",
                "js\/lib\/cropper.js",
                "js\/lib\/url-saver.js",
                "js\/lib\/batch-saver.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/sweetalert2.min.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/music.163.com\/*",
                "https:\/\/www.artstation.com\/*"
            ],
            "js": [
                "js\/vendors\/mousetrap.min.js",
                "js\/vendors\/sweetalert2.all.min.js",
                "js\/lib\/api\/storage.js",
                "js\/lib\/api\/crypto.js",
                "js\/lib\/api\/runtime.js",
                "js\/lib\/api\/extension.js",
                "js\/lib\/api\/site-parser.js",
                "js\/lib\/api\/preference.js",
                "js\/lib\/api\/shortcut.js",
                "js\/lib\/api\/i18n.js",
                "js\/lib\/api\/dialog.js",
                "js\/lib\/api\/fetch.js",
                "\/js\/lib\/api\/url-test.js",
                "js\/lib\/api\/cache-helper.js",
                "js\/lib\/api\/url-enlarger.js",
                "js\/lib\/api\/folder.js",
                "js\/lib\/api\/item.js",
                "js\/lib\/api\/logger.js",
                "js\/lib\/api\/screen-capturer.js",
                "js\/lib\/api\/screen-capturer-scroll.js",
                "js\/lib\/drag-saver.js",
                "js\/lib\/context-saver.js",
                "js\/lib\/board-saver.js",
                "js\/lib\/cropper.js",
                "js\/lib\/url-saver.js",
                "js\/lib\/batch-saver.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/sweetalert2.min.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/core.spgateway.com\/MPG\/mpg_gateway",
                "https:\/\/payment.ezpay.com.tw\/MPG\/mpg_gateway*",
                "https:\/\/payment.ezpay.com.tw\/MPG\/mpg_gateway\/payment_info_submit"
            ],
            "js": [
                "plugins\/alipay\/alipay.js"
            ],
            "css": [
                "plugins\/alipay\/alipay.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/core.spgateway.com\/API\/Alipay",
                "https:\/\/core.spgateway.com\/MPG\/mpg_gateway\/payment_info_submit"
            ],
            "css": [
                "plugins\/alipay\/alipay.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/payment.ezpay.com.tw\/MPG\/*"
            ],
            "js": [
                "plugins\/ezpay\/ezpay.js"
            ],
            "css": [
                "plugins\/ezpay\/ezpay.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.bing.com\/images\/*",
                "https:\/\/cn.bing.com\/images\/*"
            ],
            "js": [
                "plugins\/bing\/bing.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/world.taobao.com\/*"
            ],
            "js": [
                "plugins\/taobao\/taobao.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.zcool.com.cn\/*"
            ],
            "css": [
                "plugins\/zcool\/zcool.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "plugins\/instagram\/instagram.js"
            ],
            "css": [
                "plugins\/instagram\/instagram.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "plugins\/twitter\/twitter.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/nijijourney.com\/*",
                "https:\/\/www.nijijourney.com\/*",
                "https:\/\/www.midjourney.com\/*",
                "https:\/\/midjourney.com\/*",
                "https:\/\/legacy.midjourney.com\/*"
            ],
            "js": [
                "plugins\/midjourney\/midjourney.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/huaban.com\/*"
            ],
            "js": [
                "plugins\/huaban\/huaban.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/*.pinterest.com.au\/*",
                "https:\/\/*.pinterest.jp\/*",
                "https:\/\/*.pinterest.de\/*",
                "https:\/\/*.pinterest.dk\/*",
                "https:\/\/*.pinterest.se\/*",
                "https:\/\/*.pinterest.pt\/*",
                "https:\/\/*.pinterest.es\/*",
                "https:\/\/*.pinterest.cl\/*",
                "https:\/\/*.pinterest.fr\/*",
                "https:\/\/*.pinterest.nz\/*",
                "https:\/\/*.pinterest.co.kr\/*",
                "https:\/\/*.pinterest.co.uk\/*"
            ],
            "js": [
                "plugins\/pinterest\/pinterest.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.behance.net\/*"
            ],
            "js": [
                "plugins\/behance\/behance.js"
            ],
            "css": [
                "plugins\/behance\/behance.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "js": [
                "plugins\/weibo\/weibo.js"
            ],
            "css": [
                "plugins\/weibo\/weibo.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "plugins\/youtube\/youtube.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "js": [
                "plugins\/dribbble\/dribbble.js"
            ],
            "css": [
                "plugins\/dribbble\/dribbble.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/500px.com\/*"
            ],
            "js": [
                "plugins\/500px\/500px.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.archdaily.cn\/*",
                "https:\/\/www.archdaily.com\/*"
            ],
            "css": [
                "plugins\/archdaily\/archdaily.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/apps.apple.com\/*"
            ],
            "css": [
                "plugins\/appstore\/appstore.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "js\/background-v3.js"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "locales\/*.json",
                "images\/*.svg",
                "images\/*.png",
                "images\/folder-icons\/*.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ]
}