Layer Notes

Easy submit your tickets to Mantis

Qu'est-ce que Layer Notes ?

Layer Notes est une extension Chrome développée par Unc Inc, et sa fonction principale est "Easy submit your tickets to Mantis".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Layer Notes

Téléchargez les fichiers d'extension Layer Notes 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

                        Layer Notes is a tool that you can use to easily create Tickets for the Bugtracker Mantis & Monday.                    

Informations de Base sur l'Extension

Nom Layer Notes Layer Notes
ID ccolfolecomkapjakcjpankaliaodnah
URL Officiel https://chrome.google.com/webstore/detail/layer-notes/ccolfolecomkapjakcjpankaliaodnah
Description Easy submit your tickets to Mantis
Taille du Fichier 238 KB
Nombre d'Installations 11
Version Actuelle 0.5.9
Dernière Mise à Jour 2019-06-27
Date de Publication 2019-06-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unc Inc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/uncinc/layer-notes
URL de la Page d'Aide https://github.com/uncinc/layer-notes
Langues Prises en Charge en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.5.9",
    "manifest_version": 2,
    "author": "mat1th",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/github.com\/uncinc\/layer-notes",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_black-16.png",
            "19": "icons\/icon_black-19.png",
            "38": "icons\/icon_black-38.png",
            "48": "icons\/icon_black-48.png",
            "96": "icons\/icon_black-96.png",
            "128": "icons\/icon_black-128.png"
        },
        "default_title": "Layer Notes"
    },
    "background": {
        "scripts": [
            "scripts\/background\/index.js"
        ]
    },
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "webRequest",
        "webNavigation",
        "storage",
        "browsingData"
    ],
    "icons": {
        "16": "icons\/icon_black-16.png",
        "19": "icons\/icon_black-19.png",
        "38": "icons\/icon_black-38.png",
        "48": "icons\/icon_black-48.png",
        "96": "icons\/icon_black-96.png",
        "128": "icons\/icon_black-128.png"
    },
    "web_accessible_resources": [
        "scripts\/contentscript\/index.js",
        "styles\/style.css",
        "images\/sprite.svg",
        "images\/sprite",
        "fonts\/ptserif\/PTF55F-webfont.eot",
        "fonts\/ptserif\/PTF55F-webfont.woff",
        "fonts\/ptserif\/PTF55F-webfont.ttf",
        "fonts\/ptserif\/PTF55F-webfont.svg",
        "fonts\/ptserif\/PTF55F-webfont.eot",
        "fonts\/ptserif\/PTF55F-webfont.woff",
        "fonts\/ptserif\/PTF55F-webfont.ttf",
        "fonts\/ptserif\/PTF55F-webfont.svg",
        "fonts\/museosans\/MuseoSans_900-webfont.woff",
        "fonts\/museosans\/MuseoSans_900-webfont.ttf"
    ]
}