Prism 2 Beauty

Shows in better way the information in your timesheet

O que é Prism 2 Beauty?

Prism 2 Beauty é uma extensão do Chrome desenvolvida por Rolando Q, e sua principal característica é "Shows in better way the information in your timesheet".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Prism 2 Beauty

Baixe arquivos de extensão Prism 2 Beauty no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Shows in better way the information in your timesheet

+ Performance increase                    

Informações Básicas da Extensão

Nome Prism 2 Beauty Prism 2 Beauty
ID hgjoccdpfjdelccakcmlefpnkljappac
URL Oficial https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac
Descrição Shows in better way the information in your timesheet
Tamanho do Arquivo 58.76 KB
Contagem de Instalações 30
Versão Atual 1.1.4
Última Atualização 2016-02-26
Data de Publicação 2016-02-26
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Rolando Q
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}