Convert To Popup
Converts the current tab or link to a popup window
Convert To Popupとは何ですか?
Convert To Popupはrawbytzによって開発されたChromeの拡張機能で、その主な機能は「Converts the current tab or link to a popup window」です。
拡張機能のスクリーンショット
Convert To Popup拡張機能のCRXファイルをダウンロード
Convert To Popup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
• Popup windows have no tabs, address bar, or bookmarks bar. • Click the toolbar icon to convert the current tab into a Popup window. • Assign a keyboard shortcut at the bottom of chrome://extensions to do the same. • Right Click links to open them in a new Popup window. • No persistent memory footprint.
拡張機能の基本情報
名前 | Convert To Popup |
ID | ipbclffpmnocdigdcpmahfmdlibcggal |
公式URL | https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal |
説明 | Converts the current tab or link to a popup window |
ファイルサイズ | 7.13 KB |
インストール数 | 1,409 |
現在のバージョン | 1.6 |
最終更新日 | 2018-03-07 |
公開日 | 2018-03-07 |
評価 | 4.36/5 合計 11 レビュー |
開発者 | rawbytz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert To Popup", "version": "1.6", "description": "Converts the current tab or link to a popup window", "browser_action": { "default_icon": "convert2Popup_128.png", "default_title": "Convert to Popup" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "convert2Popup_128.png" }, "permissions": [ "contextMenus", "activeTab" ], "manifest_version": 2 } |