CastImage for Chrome

Share images on a Chromecast

ما هو CastImage for Chrome؟

CastImage for Chrome هو إضافة Chrome تم تطويرها بواسطة https://cast-image.appspot.com، والميزة الرئيسية لها هي "Share images on a Chromecast".

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

screenshot

تحميل ملف CRX للإضافة CastImage for Chrome

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

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

                        The CastImage extension allows one or more people to cast images from their Chrome browsers to a shared CastImage session running on a Chromecast.

Images can be cast:

 - using a 'Cast Image...' context menu entry
 - taking a snapshot of the current tab
 - uploading a local image file

A new EXPERIMENTAL feature allows you to 'cast a URL' rather than just an image.

CastImage is also available as an Android on Google Play at
https://play.google.com/store/apps/details?id=com.appspot.castimage                    

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

الاسم CastImage for Chrome CastImage for Chrome
ID mfojbimoijkkmhoinjalikpafpklfdif
عنوان URL الرسمي https://chromewebstore.google.com/detail/castimage-for-chrome/mfojbimoijkkmhoinjalikpafpklfdif
الوصف Share images on a Chromecast
حجم الملف 306 KB
عدد التثبيتات 2,699
النسخة الحالية 1.7
آخر تحديث 2014-06-17
تاريخ النشر 2014-06-17
تقييم 2.83/5 مجموع تقييمات 12
المطور https://cast-image.appspot.com
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CastImage for Chrome",
    "description": "Share images on a Chromecast",
    "icons": {
        "128": "logo4_128x128.png"
    },
    "version": "1.7",
    "browser_action": {
        "default_icon": "logo4_128x128.png",
        "default_title": "CastImage",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "background",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}