Prism 2 Beauty

Shows in better way the information in your timesheet

Prism 2 Beauty là gì?

Prism 2 Beauty là một tiện ích mở rộng Chrome được phát triển bởi Rolando Q, và tính năng chính của nó là "Shows in better way the information in your timesheet".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Prism 2 Beauty 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

                        Shows in better way the information in your timesheet

+ Performance increase                    

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

Tên Prism 2 Beauty Prism 2 Beauty
ID hgjoccdpfjdelccakcmlefpnkljappac
URL Chính Thức https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac
Mô tả Shows in better way the information in your timesheet
Kích Thước Tệp 58.76 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2016-02-26
Ngày Phát Hành 2016-02-26
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Rolando Q
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prism 2 Beauty",
    "short_name": "Prism2Beauty",
    "description": "Shows in better way the information in your timesheet",
    "icons": {
        "16": "beauty.png",
        "24": "beauty.png",
        "48": "beauty.png",
        "128": "beauty.png",
        "19": "beauty.png",
        "38": "beauty.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery.js",
                "app.js",
                "vcheck.js"
            ],
            "all_frames": true,
            "runAt": "document_end"
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "",
        "https:\/\/pte.publicisgroupe.com\/",
        "https:\/\/pta.publicisgroupe.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "identity",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "16": "beauty.png",
            "24": "beauty.png",
            "48": "beauty.png",
            "128": "beauty.png",
            "19": "beauty.png",
            "38": "beauty.png"
        },
        "default_title": "Prism 2 Beauty",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "beauty.png"
    ],
    "version": "1.1.4",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}