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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}