Web Screen Capture

A simple tool to Capture your entire web page for future reference

ما هو Web Screen Capture؟

Web Screen Capture هو إضافة Chrome تم تطويرها بواسطة xynolabs، والميزة الرئيسية لها هي "A simple tool to Capture your entire web page for future reference".

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

screenshot

تحميل ملف CRX للإضافة Web Screen Capture

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

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

                        WebPrint  allows you to take screenshot of entire web page.                    

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

الاسم Web Screen Capture Web Screen Capture
ID dkbdngdafgflbkljoladndlfpjpfball
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-screen-capture/dkbdngdafgflbkljoladndlfpjpfball
الوصف A simple tool to Capture your entire web page for future reference
حجم الملف 166 KB
عدد التثبيتات 7,851
النسخة الحالية 0.0.1
آخر تحديث 2015-12-29
تاريخ النشر 2015-12-29
تقييم 3.91/5 مجموع تقييمات 34
المطور xynolabs
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Screen Capture",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A simple tool to Capture your entire web page for future reference",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}