MiniTab
Open URLs inside the MiniTab popup
什么是MiniTab?
MiniTab是由shani开发的Chrome扩展程序,该扩展的主要功能是“Open URLs inside the MiniTab popup”。
扩展截图
下载MiniTab扩展crx文件
下载MiniTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With MiniTab you can surf in websites while waiting for other web-pages to load. Currently, you may experience some problems while using this extension since this is the very first version of it and not all websites are supported due to the "X-Frame-Options" error. YouTube is now supported so you can watch ALL youtube videos from the extension. Have fun using it! The Author.
扩展基本信息
名称 | MiniTab |
ID | gdnlglgcfncfaodmhhgdhddfnnebddee |
官方URL | https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee |
简介 | Open URLs inside the MiniTab popup |
文件大小 | 16.84 KB |
安装次数 | 207 |
当前版本 | 1.2 |
更新时间 | 2016-07-13 |
上架时间 | 2016-07-13 |
评分 | 4.00/5 共1次评分 |
开发者 | shani |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MiniTab", "description": "Open URLs inside the MiniTab popup", "version": "1.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Display MiniTab", "default_icon": "MiniTabIcon.png", "default_popup": "popup.html" }, "icons": { "128": "MiniTabIcon.png", "1000": "icon1000.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |