URL carousel

Gets information from Google.

ما هو URL carousel؟

URL carousel هو إضافة Chrome تم تطويرها بواسطة Artem Demo، والميزة الرئيسية لها هي "Gets information from Google.".

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

screenshot

تحميل ملف CRX للإضافة URL carousel

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

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

                        Simple extension that showing websites them one by one in single tab.
Useful when you want to use chrome cast of only one tab.
For example, after locking your computer chrome cast will stop casting of whole desktop, but will continue to stream single tab.                    

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

الاسم URL carousel URL carousel
ID imanllkkdigegblfoboikgbokfkffahp
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp
الوصف Gets information from Google.
حجم الملف 780 KB
عدد التثبيتات 460
النسخة الحالية 1.3
آخر تحديث 2017-04-06
تاريخ النشر 2017-04-06
تقييم 3.00/5 مجموع تقييمات 2
المطور Artem Demo
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL carousel",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Gets information from Google.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_title": "URL carousel",
        "default_popup": "PopupView.html"
    },
    "options_ui": {
        "page": "OptionsView.html",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}