Split Plus

Easily split browser windows into smart layouts

Split Plus क्या है?

Split Plus Kamal Ghimire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily split browser windows into smart layouts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Split Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Split Plus splits currently opened tabs and arranges them into separate windows.

== FEATURES ==

* Split to 1x1 1x2 2x1 2x2 layouts
* Uses separate windows (not HTML frames)
* Shortcuts (Ctrl Shift 1, Ctrl Shift 2, Ctrl Shift 4, Ctrl Shift Z)

How to use the extension:
* Find the puzzle icon in the toolbar, open a menu
* Find the “Split Plus” icon in the menu. Pin it to the toolbar
* Try one of the options. You can always undo the operation                    

एक्सटेंशन की मूल जानकारी

नाम Split Plus Split Plus
ID nnkpcgoehnkepajpeicacjahlpiopnnf
आधिकारिक URL https://chrome.google.com/webstore/detail/split-plus/nnkpcgoehnkepajpeicacjahlpiopnnf
विवरण Easily split browser windows into smart layouts
फ़ाइल का आकार 681 KB
स्थापना संख्या 400,000
वर्तमान संस्करण 2.4.3
अंतिम अपडेट 2021-08-11
प्रकाशन तिथि 2021-05-13
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर Kamal Ghimire
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Privacy-policy-Split-Plus-6113684cc2714e9fbd32ae730b5ca202
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.4.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "48": "images\/icons\/icon-48.png",
            "128": "images\/icons\/icon-128.png",
            "300": "images\/icons\/icon-300.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png",
        "300": "images\/icons\/icon-300.png"
    },
    "permissions": [
        "tabs",
        "system.display",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}