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 |
官方網址 | 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" ] } } |