ImageScratch

ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.

ما هو ImageScratch؟

ImageScratch هو إضافة Chrome تم تطويرها بواسطة ORG، والميزة الرئيسية لها هي "ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ImageScratch

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

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

                        1. Open a web page with images (HTML IMG tags).
2. Click upper right ImageScratch icon (browser action icon).
3. Click an image on the opened list-view of images.
4. The image is drawn on the html5  element at new tab.
5. Scratch and get that via data URL.

Used Plugins: jQuery, sketch.js, Color Picker, spectrum.js                    

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

الاسم ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
عنوان URL الرسمي https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
الوصف ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
حجم الملف 165 KB
عدد التثبيتات 210
النسخة الحالية 1.3.4
آخر تحديث 2014-01-03
تاريخ النشر 2014-01-03
تقييم 1.50/5 مجموع تقييمات 2
المطور ORG
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ImageScratch",
    "version": "1.3.4",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png"
        },
        "default_title": "ImageScratch",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}