Popout Plus

Convert tab(s) into popup groupings. Supports tiling, cascading, always pop, pop as minimized, and saves popup position/width/height

Popout Plusคืออะไร?

Popout Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lloyd Sparkes, Jr. และคุณลักษณะหลักของมันคือ "Convert tab(s) into popup groupings. Supports tiling, cascading, always pop, pop as minimized, and saves popup position/width/height"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popout Plus

ดาวน์โหลดไฟล์ส่วนขยาย Popout Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This chrome extension will enable a user to maximize the functionality of Chromes Popup feature. Allows users to easily turn tabs into popups via Tiling, Cascading, clicking on the icon or using the keyboard shortcut (Alt-9). Also allows users to setup URL rules for matching specific websites in order to gain customized behavior. 

This extension is able to remember a popup's previous position, width, and height depending on what settings are selected in the options page. Designed to be easy to use and comes with a detailed help section for tips & tricks. 

Note: If keyboard shortcut is not working go to:  chrome://extensions/shortcuts and scroll down to Popout Plus to set your own shortcut since the default might be being used by another extension.


Supported Features
 - Tiling Tabs/Popups
 - Cascading Tabs/Popups
 - Combine All Popups
 - Open Link as Popup
 - Alt-9 keyboard shortcut to Toggle popup/normal (preserves tab placement/window size)
 - Toggle popup/normal by clicking on POP icon
 - Toggle to Tab/Popup (preserves original tab groupings, window placement, width & height)
 - URL Whitelisting (uses exact URL matches and regex pattern matches)
  *Supported Features:
   - Always Pop
   - Pop as Minimized
   - Popup Dimensions based on (Last Session, Current Session, Fullscreen, or Maximized)
 - Works with Normal Sessions or Incognito Sessions
 - Custom Context Menus based on Session type, # of tabs/popups, and based original tab groupings

----------------------------------------------------------------

Upcoming Features Include
 - Refresh All Popups from context menu
 - Global Settings section in options page
 - Lock Popup from context menu
 - Add URL to Whitelist from context menu
 - Improvements to Tiling Windows (UI, tab placement, and offset settings)
 - Cascade using the Current Window dimensions
 - Allow user to use custom window position|width|height from options page
 - Editing Existing Site Rules (currently requires a delete and readd)
 - and more improvements to come...


This is only the first release so there are plenty more features/improvements to come. See the Trello Board for a full list: https://trello.com/b/wigBDg4C/pop-popout-plus-chrome-extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Popout Plus Popout Plus
ID dfhigdjfidfnbmhockldodfnnaaolplm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popout-plus/dfhigdjfidfnbmhockldodfnnaaolplm
คำอธิบาย Convert tab(s) into popup groupings. Supports tiling, cascading, always pop, pop as minimized, and saves popup position/width/height
ขนาดไฟล์ 695 KB
จำนวนการติดตั้ง 746
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2019-04-01
วันที่เผยแพร่ 2019-03-31
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Lloyd Sparkes, Jr.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/privacy-policy/39715349
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popout Plus",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Convert tab(s) into popup groupings. Supports tiling, cascading, always pop, pop as minimized, and saves popup position\/width\/height",
    "icons": {
        "16": "icons\/pop16.png",
        "19": "icons\/pop19.png",
        "32": "icons\/pop32.png",
        "48": "icons\/pop48.png",
        "64": "icons\/pop64.png",
        "128": "icons\/pop128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/pop32.png",
        "default_title": "Popout Plus"
    },
    "options_page": "src\/bg\/options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "commands": {
        "toggle-popup": {
            "suggested_key": {
                "default": "Alt+9"
            },
            "description": "Toggle Pop-In or Pop-Out"
        }
    }
}