TabToPopup
this extention enable to export current tab page to new popup window.
TabToPopupとは何ですか?
TabToPopupはchabonによって開発されたChromeの拡張機能で、その主な機能は「this extention enable to export current tab page to new popup window.」です。
拡張機能のスクリーンショット
TabToPopup拡張機能のCRXファイルをダウンロード
TabToPopup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you click on the icon to open the popup window. Page will be reloaded. Please be careful not to use the page being edited. https://github.com/chabon/TabToPopup ■ver1.0.6 Extend bookmark options ■ver1.0.4 Add the setting can specify the popup window size ■ver1.0.2 In option, added the following settings ・when open a popup window, close the original window ・hide the scroll bar ・add 「open in popup window」to right-click menu on the link ・insert css in the popup window
拡張機能の基本情報
名前 | TabToPopup |
ID | bpnnnahgjgehfimcicpjmjidcoghhfpf |
公式URL | https://chromewebstore.google.com/detail/tabtopopup/bpnnnahgjgehfimcicpjmjidcoghhfpf |
説明 | this extention enable to export current tab page to new popup window. |
ファイルサイズ | 27.9 KB |
インストール数 | 2,249 |
現在のバージョン | 1.0.6 |
最終更新日 | 2022-04-18 |
公開日 | 2016-07-05 |
評価 | 4.67/5 合計 9 レビュー |
開発者 | chabon |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/chabon-ext-privacy-policy |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.6", "manifest_version": 2, "description": "__MSG_description__", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/TabToPopup_16.png", "19": "images\/TabToPopup_19.png", "32": "images\/TabToPopup_32.png", "48": "images\/TabToPopup_48.png", "128": "images\/TabToPopup_128.png" }, "browser_action": { "default_icon": "images\/TabToPopup_19.png" }, "permissions": [ "tabs", "webNavigation", "contextMenus", " |