Layer Notes

Easy submit your tickets to Mantis

什麼是Layer Notes?

Layer Notes是由Unc Inc開發的Chrome擴展程式,該擴展的主要功能是“Easy submit your tickets to Mantis”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Layer Notes擴展crx文件

下載Layer Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Layer Notes Layer Notes
ID ccolfolecomkapjakcjpankaliaodnah
官方網址 https://chrome.google.com/webstore/detail/layer-notes/ccolfolecomkapjakcjpankaliaodnah
簡介 Easy submit your tickets to Mantis
檔案大小 238 KB
安裝次數 11
目前版本 0.5.9
更新時間 2019-06-27
上架時間 2019-06-27
評分 5.00/5 共 1 次評分
開發者 Unc Inc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/uncinc/layer-notes
說明頁面URL https://github.com/uncinc/layer-notes
支援的語言 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"
    ]
}