slide method for Backlog

Backlogのwikiページからスライドを作成

Qu'est-ce que slide method for Backlog ?

slide method for Backlog est une extension Chrome développée par https://www.cyamax.com, et sa fonction principale est "Backlogのwikiページからスライドを作成".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension slide method for Backlog

Téléchargez les fichiers d'extension slide method for Backlog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Backlogのwikiページからスライドショーを作成します。


# 更新履歴
## 2017/11/14
* backlog.comドメインに対応しました

## 2016/08/23
* ヘルプページから履歴ページへのリンク追加
* 意図しないタイミングで履歴ページが表示される不具合を改修

## 2016/08/21
* 履歴ページを追加
* ヘルプページを追加                    

Informations de Base sur l'Extension

Nom slide method for Backlog slide method for Backlog
ID kmankchoginemapbjgbijnedkpenfcco
URL Officiel https://chromewebstore.google.com/detail/slide-method-for-backlog/kmankchoginemapbjgbijnedkpenfcco
Description Backlogのwikiページからスライドを作成
Taille du Fichier 1.55 MB
Nombre d'Installations 52
Version Actuelle 0.2.3
Dernière Mise à Jour 2017-11-14
Date de Publication 2017-11-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.cyamax.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cyamax/slide-method-for-backlog
Langues Prises en Charge 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"
        }
    ]
}