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によって開発されたChromeの拡張機能で、その主な機能は「Open 2 docs side by side in https://Dynalist.io and work on them. More cool features on the way!」です。
拡張機能のスクリーンショット
Dynalist Allstar拡張機能のCRXファイルをダウンロード
Dynalist Allstar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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'" } |