Pirate

Pirate - Provide users grab current web page's all images into files or clipboard.

Pirate क्या है?

Pirate Paul Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pirate - Provide users grab current web page's all images into files or clipboard."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        - Here comes several ways to turn on 「Pirate」.
1. Turn on contextMenu & choose 「Pirate」.
2. Press  shortcut 「 Pirate 」 which right next to url bar.

- How to use 「Pirate」?
1. Press contextMenu & choose 「Pirate」to turn it on.
2. Pick image you like to 「 COPY 」or 「 DOWNLOAD 」it.
3. You could also use search function to find images you like quickly.

- Keyboard shortcut
1.「 Cmd + Shift + O」︰Turn on or off 「Pirate」.
2.「 Esc 」︰Turn off 「Pirate」 or 「Shortcuts」 guide.
3.「 / 」︰Search images.
4.「 Tab 」︰Switch content.
5.「 Shift + ? 」Turn on 「Shortcuts」 guide.


Enjoy it.


- Change Log:
1.0.7:
  a. Fixed keyboard shortcut issue.

1.0.6:
  a. Migrate to MV3.
  b. Performance enhancement.

1.0.5:
  a. Dark mode support.

1.0.4:
  a. Refactor card structure.

1.0.3:
  a. Accessibility & performance enhancement.

1.0.2:
  a. Masonry layout display bug fixed. 

1.0.1:
  a. Add keyboard shortcuts guide.
  b. Ally enhancement.
  c. Add scroll to top function.
  d. Fetch more images from meta / video / touch-icon / startup-image.
  e. Add multi keyword search. (use space as separate sign)                    

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

नाम Pirate Pirate
ID acnlkdkaejckfnegikjjaeknjjckbnca
आधिकारिक URL https://chromewebstore.google.com/detail/pirate/acnlkdkaejckfnegikjjaeknjjckbnca
विवरण Pirate - Provide users grab current web page's all images into files or clipboard.
फ़ाइल का आकार 75.8 KB
स्थापना संख्या 74
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2021-12-05
प्रकाशन तिथि 2021-01-23
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Paul Li
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pirate",
    "version": "1.0.7",
    "description": "Pirate - Provide users grab current web page's all images into files or clipboard.",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Grab images"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "he.js",
                "wcl.js",
                "color-thief.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+O",
                "mac": "Command+Shift+O",
                "chromeos": "Ctrl+Shift+O",
                "linux": "Ctrl+Shift+O"
            }
        }
    },
    "manifest_version": 3
}