3D Screenshot

Take a 3D screenshot of any website!

ما هو 3D Screenshot؟

3D Screenshot هو إضافة Chrome تم تطويرها بواسطة http://niko109.com، والميزة الرئيسية لها هي "Take a 3D screenshot of any website!".

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

screenshot

تحميل ملف CRX للإضافة 3D Screenshot

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

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

                        Takes a simple 3D screenshot of any website (http or https) using HTML5 canvas technology

Works on any file chrome can render, including images and pdfs

---------------------------
New Update!
v2.0

-Much faster
-50% smaller file size
-Works with all file types
-Works on chrome pages
-Works offline                    

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

الاسم 3D Screenshot 3D Screenshot
ID bfjibbijllibmbphdpkhhkfghimpabfe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/3d-screenshot/bfjibbijllibmbphdpkhhkfghimpabfe
الوصف Take a 3D screenshot of any website!
حجم الملف 253 KB
عدد التثبيتات 336
النسخة الحالية 2.0.1
آخر تحديث 2015-07-01
تاريخ النشر 2015-07-01
تقييم 4.75/5 مجموع تقييمات 8
المطور http://niko109.com
نوع الدفع free
موقع الإضافة http://niko109.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick Schauer",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Take a 3D screenshot of any website!",
    "homepage_url": "http:\/\/niko109.com",
    "manifest_version": 2,
    "name": "3D Screenshot",
    "offline_enabled": true,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "short_name": "3DScreenshot",
    "version": "2.0.1"
}