Picsee - collect and organize image

This extension makes easy to collect images or videos and save full-page screenshots from website

Picsee - collect and organize image क्या है?

Picsee - collect and organize image Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes easy to collect images or videos and save full-page screenshots from website"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save web page images as you want to Picsee.

#1. Drag & Drop
Drag & drop the image you see on web page to collect and save to Picsee App.

#2. Shortcut key
Move mouse hover on the image you see on web page pressing "option + 2" to collect and save to Picsee App.

#3. Batch-saving
After filter with image dimension, save all images oon the web page, avoid to collect and save one by one.

#4. Full-page screenshot
Auto scroll to screenshot entire web page as a long image to collect and save to Picsee App.

Browser Extension must used with Picsee App, please install it on your macOS firstly.

---------------------------------------------------------------------------------

It supports to collect and save images on most web page, including Pinterest, Behance, Dribble, Artstation, 500px etc.

We will continue to optimize collecting and saving images, you can email to tell us your idea, [email protected]

---------------------------------------------------------------------------------
Your privacy is very important to us, this extension don't collect any personal information, for more detailed privacy terms, please check: https://picsee.chitaner.com/blog/privacy.html                    

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

नाम Picsee - collect and organize image Picsee - collect and organize image
ID hpjohcjliapkpjgbdfeggfldnnpaabjk
आधिकारिक URL https://chromewebstore.google.com/detail/picsee-collect-and-organi/hpjohcjliapkpjgbdfeggfldnnpaabjk
विवरण This extension makes easy to collect images or videos and save full-page screenshots from website
फ़ाइल का आकार 750 KB
स्थापना संख्या 1,568
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2022-03-11
प्रकाशन तिथि 2022-02-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://picsee.chitaner.com
सहायता पृष्ठ URL https://picsee.chitaner.com
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "__MSG_extAppName__",
    "description": "__MSG_extAppDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "public\/assets\/icon16.png",
        "48": "public\/assets\/icon48.png",
        "128": "public\/assets\/icon128.png"
    },
    "action": {
        "default_icon": "public\/assets\/icon19.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "commands": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "js": [
                "contentScripts\/index.js"
            ],
            "css": [
                "contentScripts\/index.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScripts\/*",
                "public\/assets\/*",
                "popup\/*",
                "options\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}