Panelizer

Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side). There are…

Panelizer क्या है?

Panelizer SimplerChrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side). There are…"।

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

screenshot
screenshot
screenshot

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

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

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

                        Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side).

There are three ways to launch a panel

1. Press the browser button (with the Panelizer logo) and enter a url.

2. Right click a link and press Panelizer on the context menu

3. Highlight a url text and press Panelizer

Make sure you enable Panels on Chrome Flags!
All you have to do is:

1. Open a new tab

2. Go to chrome://flags

3. Search for Panel

4. Enable it

5. Quit out of all Chrome browsers

6. Open Chrome up and use the extension

Need help? Watch this video of our other extension that uses panels (http://youtu.be/R2CFuQVnCjc?t=27s)

Be sure to rate us!!                    

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

नाम Panelizer Panelizer
ID dpefooogphgomhpbgebhpmhpbmideaab
आधिकारिक URL https://chromewebstore.google.com/detail/panelizer/dpefooogphgomhpbgebhpmhpbmideaab
विवरण Instantly turn any webpage into a panel that stays on top no matter what (when docked on the lower right hand side). There are…
फ़ाइल का आकार 71.66 KB
स्थापना संख्या 835
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2014-07-27
प्रकाशन तिथि 2014-07-27
रेटिंग 3.56/5 कुल 16 रेटिंग्स
डेवलपर SimplerChrome
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.rajaramanbros.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panelizer",
    "author": "rajaramanbros",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "description": "",
    "browser_action": {
        "default_title": "Panelizer",
        "default_popup": "src\/popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "src\/ga.js",
            "src\/constants.js",
            "src\/analytics.js",
            "src\/panel.js",
            "src\/parser.js",
            "src\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}