URL carousel
Gets information from Google.
什么是URL carousel?
URL carousel是由Artem Demo开发的Chrome扩展程序,该扩展的主要功能是“Gets information from Google.”。
扩展截图
下载URL carousel扩展crx文件
下载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 |
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" ] } } |