Dynalist Allstar

Open 2 docs side by side in https://Dynalist.io and work on them. More cool features on the way!

Dynalist Allstar क्या है?

Dynalist Allstar Gourav.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open 2 docs side by side in https://Dynalist.io and work on them. More cool features on the way!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Please note that this is an unofficial Dynalist chrome extension made by me to further improve productivity 😇.


Right click on a document in File pane and select "Open in Side" option to open 2nd document in same window. 
You can work on both the documents at same time and Dynalist will save the changes. 
To disable/enable this feature go to Dynalist Menu -> Allstar Settings option.

Changelog v0.2.0:
- Resizable width of both docs.
- Re-open side doc on page reload if previously opened.                    

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

नाम Dynalist Allstar Dynalist Allstar
ID kljpaieidlmmnigjigfbmfbhabolpkbl
आधिकारिक URL https://chromewebstore.google.com/detail/dynalist-allstar/kljpaieidlmmnigjigfbmfbhabolpkbl
विवरण Open 2 docs side by side in https://Dynalist.io and work on them. More cool features on the way!
फ़ाइल का आकार 25.16 KB
स्थापना संख्या 582
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2018-03-11
प्रकाशन तिथि 2018-03-11
रेटिंग 3.86/5 कुल 14 रेटिंग्स
डेवलपर Gourav.io
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Allstar",
    "version": "0.2.1",
    "description": "Open 2 docs side by side in https:\/\/Dynalist.io and work on them. More cool features on the way!",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "jerrygoyal",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dynalist.io\/*"
            ],
            "js": [
                "js\/page.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Dynalist Allstar",
        "default_popup": "popup.html"
    },
    "short_name": "Dynalist Allstar",
    "web_accessible_resources": [
        "js\/inject.min.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self'"
}