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