slide method for Backlog
Backlogのwikiページからスライドを作成
What is slide method for Backlog?
slide method for Backlog is a Chrome extension developed by https://www.cyamax.com, and its main feature is "Backlogのwikiページからスライドを作成".
Extension Screenshots
Download slide method for Backlog Extension CRX File
Download slide method for Backlog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Backlogのwikiページからスライドショーを作成します。 # 更新履歴 ## 2017/11/14 * backlog.comドメインに対応しました ## 2016/08/23 * ヘルプページから履歴ページへのリンク追加 * 意図しないタイミングで履歴ページが表示される不具合を改修 ## 2016/08/21 * 履歴ページを追加 * ヘルプページを追加
Extension Basic Information
Name | slide method for Backlog |
ID | kmankchoginemapbjgbijnedkpenfcco |
Official URL | https://chromewebstore.google.com/detail/slide-method-for-backlog/kmankchoginemapbjgbijnedkpenfcco |
Description | Backlogのwikiページからスライドを作成 |
File Size | 1.55 MB |
Installation Count | 52 |
Current Version | 0.2.3 |
Last Updated | 2017-11-14 |
Publish Date | 2017-11-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.cyamax.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/cyamax/slide-method-for-backlog |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "slide method for Backlog", "version": "0.2.3", "description": "Backlog\u306ewiki\u30da\u30fc\u30b8\u304b\u3089\u30b9\u30e9\u30a4\u30c9\u3092\u4f5c\u6210", "browser_action": { "default_popup": "test.html" }, "icons": { "128": "on.png" }, "permissions": [ "tabs", "storage", "https:\/\/*.backlog.jp\/wiki\/*", "https:\/\/*.backlog.com\/wiki\/*" ], "background": { "scripts": [ "icon_clicked.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.backlog.jp\/wiki\/*", "https:\/\/*.backlog.com\/wiki\/*" ], "js": [ "jquery-2.1.4.min.js", "change.js" ], "run_at": "document_end" } ] } |