Coding+

为 Coding.net 添加更多酷炫的特性!

Wat is Coding+?

Coding+ is een Chrome-extensie ontwikkeld door bluishoul, en de belangrijkste functie is "为 Coding.net 添加更多酷炫的特性!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Coding+

Download Coding+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        为 Coding.net 添加更多酷炫的特性!

--------------------------------------

Change Log:

v1.1.1 ( 2015-06-03)
修复 adminer 无法点击管理数据库的问题                    

Basisinformatie over de Extensie

Naam Coding+ Coding+
ID acnaapkhlmodemlhcemfkdmnmdflfaec
Officiële URL https://chrome.google.com/webstore/detail/coding+/acnaapkhlmodemlhcemfkdmnmdflfaec
Beschrijving 为 Coding.net 添加更多酷炫的特性!
Bestandsgrootte 425 KB
Aantal Installaties 567
Huidige Versie 1.1.1
Laatst Bijgewerkt 2017-09-03
Publicatiedatum 2017-09-03
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar bluishoul
Betalingswijze free
Extensiewebsite https://coding.net/coding/coding-plus.git
Help Pagina-URL https://coding.net/u/coding/p/coding-plus/topic
Ondersteunde Talen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "zh_CN",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/db-admin.coding.io\/"
            ],
            "js": [
                "scripts\/storage.js",
                "scripts\/adminer\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Coding+",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/coding.net\/u\/bluishoul\/p\/coding-plus",
    "permissions": [
        "tabs",
        "https:\/\/coding.net\/*\/*",
        "http:\/\/*.codingapp.com\/",
        "http:\/\/*.coding.io\/"
    ],
    "sandbox": {
        "pages": [
            "tpl_sandbox.html"
        ]
    }
}