WebExtension.net
WebExtension.net

NiftySplit

View on Chrome Web Store
View NiftySplit Chrome Extension on Chrome Web Store
3.7 (75 ratings)

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

Splits the screen and loads all links in the second window
Type
Extension
Users
10,000 users
Bozozo
View author page of Bozozo
Published
Published on February 28, 2013
Version 0.8.0
Manifest version
2
Updated
Updated on December 15, 2013
View on Chrome Web Store
View NiftySplit Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NiftySplit",
    "version": "0.8.0",
    "description": "Splits the screen and loads all links in the second window",
    "author": "Arno van den Brink",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "contextMenus"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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