Layer Notes

Easy submit your tickets to Mantis

Layer Notes là gì?

Layer Notes là một tiện ích mở rộng Chrome được phát triển bởi Unc Inc, và tính năng chính của nó là "Easy submit your tickets to Mantis".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Layer Notes

Tải xuống các tệp mở rộng Layer Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Layer Notes Layer Notes
ID ccolfolecomkapjakcjpankaliaodnah
URL Chính Thức https://chrome.google.com/webstore/detail/layer-notes/ccolfolecomkapjakcjpankaliaodnah
Mô tả Easy submit your tickets to Mantis
Kích Thước Tệp 238 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.5.9
Cập Nhật Lần Cuối 2019-06-27
Ngày Phát Hành 2019-06-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unc Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/uncinc/layer-notes
URL Trang Trợ Giúp https://github.com/uncinc/layer-notes
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}