WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
POPElement

POPElement

View on Chrome Web Store
View POPElement Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
39 views
This extension has been viewed 39 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Pop out the current page (or an element) into a separate window.
Type
Extension
Users
65 users
1
azrafe7
View author page of azrafe7
Published
Published on January 27, 2024
Version 0.1.6
Manifest version
3
Updated
Updated on August 2, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View POPElement Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POPElement",
    "version": "0.1.6",
    "description": "Pop out the current page (or an element) into a separate window.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "ElementPicker.js",
                "contentScript.js"
            ],
            "css": [
                "ElementPicker.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "POPElement.css",
                "assets\/icon128_popped.png",
                "assets\/icon128_on.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icon128.png"
        },
        "default_title": "POPElement"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+O"
            }
        }
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top