Pop Out
Convert tabs into popup windows and back
Pop Outとは何ですか?
Pop Outはtbodtによって開発されたChromeの拡張機能で、その主な機能は「Convert tabs into popup windows and back」です。
拡張機能のスクリーンショット
Pop Out拡張機能のCRXファイルをダウンロード
Pop Out拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turn tabs into popup windows with no toolbars in the way! Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon.
拡張機能の基本情報
名前 | Pop Out |
ID | goefeknijkeibgadbapihfkliobeoglp |
公式URL | https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp |
説明 | Convert tabs into popup windows and back |
ファイルサイズ | 12.7 KB |
インストール数 | 319 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-06-11 |
公開日 | 2020-06-11 |
開発者 | tbodt |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/tbodt/pop-out/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop Out", "description": "Convert tabs into popup windows and back", "version": "1.0.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "36": "icons\/icon36.png", "48": "icons\/icon48.png", "72": "icons\/icon72.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "contextMenus" ] } |