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