Full Page Screenshot

Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard

ما هو Full Page Screenshot؟

Full Page Screenshot هو إضافة Chrome تم تطويرها بواسطة https://conceptboard.com، والميزة الرئيسية لها هي "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Full Page Screenshot

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

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

                        Full Page Screenshot for Google Chrome captures entire websites and custom areas.

EASY PROCESSING
 - Drag captures directly into other apps
 - Save PNG files with one click
 - No login or sign up needed

OFFLINE ACCESS
 - Take screenshots from local files
 - Capture pages in your intranet
 - Access captures offline

CAPTURE FINE TUNING
 - Configure delays to capture animations
 - Exclude sticky headers and footers

PROTECTED PRIVACY
 - Captures and data stay on your device
 - Server-less storage and processing

DETAILS ON PRIVACY
The extension only collects user data (screenshots, browser URL, etc.) for the purpose of capturing screenshots, and in the moment the user requests the capture. Image processing and data storage are performed locally on the user's device, so that the user's captures and their meta data are never transferred to any server.                    

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

الاسم Full Page Screenshot Full Page Screenshot
ID glgomjpomoahpeekneidkinhcfjnnhmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/full-page-screenshot/glgomjpomoahpeekneidkinhcfjnnhmb
الوصف Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
حجم الملف 295 KB
عدد التثبيتات 263,180
النسخة الحالية 1.2.0
آخر تحديث 2018-03-14
تاريخ النشر 2018-03-14
تقييم 3.95/5 مجموع تقييمات 853
المطور https://conceptboard.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://help.conceptboard.com/hc/en-us/articles/207838129-Full-Page-Screenshot-Extension-for-Chrome
عنوان صفحة سياسة الخصوصية https://conceptboard.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Page Screenshot",
    "description": "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard",
    "version": "1.2.0",
    "minimum_chrome_version": "41",
    "offline_enabled": true,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Full Page Screenshot",
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.conceptboard.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js",
            "js\/lib-util.js"
        ],
        "persistent": false
    }
}