Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

ما هو Full Page Screenshots by IMG42؟

Full Page Screenshots by IMG42 هو إضافة Chrome تم تطويرها بواسطة icodeforlove، والميزة الرئيسية لها هي "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Full Page Screenshots by IMG42

قم بتنزيل ملفات الامتداد Full Page Screenshots by IMG42 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

معلومات أساسية عن التمديد

الاسم Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
عنوان URL الرسمي https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
الوصف Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
حجم الملف 15.49 KB
عدد التثبيتات 333
النسخة الحالية 1.0.0
آخر تحديث 2017-07-02
تاريخ النشر 2017-07-02
تقييم 2.33/5 مجموع تقييمات 3
المطور icodeforlove
نوع الدفع free
موقع الإضافة https://img42.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}