Sparkbox Websnap

Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.

ما هو Sparkbox Websnap؟

Sparkbox Websnap هو إضافة Chrome تم تطويرها بواسطة https://www.icyblaze.com، والميزة الرئيسية لها هي "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".

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

screenshot

تحميل ملف CRX للإضافة Sparkbox Websnap

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

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

                        Sparkbox Websnap let you load the entire webpage directly from Chrome to Sparkbox, which customer can then easily collect the entire web page or the images inside the page to Sparkbox.                    

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

الاسم Sparkbox Websnap Sparkbox Websnap
ID albikianablfdfmckgdiiboobeihdnna
عنوان URL الرسمي https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna
الوصف Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
حجم الملف 44.72 KB
عدد التثبيتات 261
النسخة الحالية 1.0.1
آخر تحديث 2012-11-14
تاريخ النشر 2012-11-13
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.icyblaze.com
نوع الدفع free
موقع الإضافة http://www.icyblaze.com/sparkbox
عنوان صفحة المساعدة http://www.icyblaze.com/support
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sparkbox Websnap",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "sparkbox-extension.png",
        "default_title": "Sparkbox Websnap"
    }
}