URL carousel
Gets information from Google.
Apa itu URL carousel?
URL carousel adalah ekstensi Chrome yang dikembangkan oleh Artem Demo, dan fitur utamanya adalah "Gets information from Google.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi URL carousel
Unduh file ekstensi URL carousel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | URL carousel |
ID | imanllkkdigegblfoboikgbokfkffahp |
URL Resmi | https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp |
Deskripsi | Gets information from Google. |
Ukuran File | 780 KB |
Jumlah Instalasi | 460 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2017-04-06 |
Tanggal Publikasi | 2017-04-06 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Artem Demo |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |