View source code of online HTML, CSS & JavaScript files

O que é ?

é uma extensão do Chrome desenvolvida por nire0510, e sua principal característica é "View source code of online HTML, CSS & JavaScript files".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão

Baixe arquivos de extensão 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

                        View source code of online HTML, CSS & JavaScript files.
The extension automatically downloads the source locally and opens the file in a rich code editor with syntax highlighting support, text search, code collapse and more.
If input is in the following format: protocol://domain/file_path:row:column it will automatically set the cursor in that position, a productivity booster when it comes to debugging.                    

Informações Básicas da Extensão

Nome <view-source>
ID dmfgkkcgfcaciolbfagclhaainpigkmd
URL Oficial https://chromewebstore.google.com/detail/%3Cview-source%3E/dmfgkkcgfcaciolbfagclhaainpigkmd
Descrição View source code of online HTML, CSS & JavaScript files
Tamanho do Arquivo 60.13 KB
Contagem de Instalações 10,000
Versão Atual 1.1.0
Última Atualização 2017-06-27
Data de Publicação 2017-06-27
Classificação 3.33/5 Total de 6 Avaliações
Desenvolvedor nire0510
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "",
    "version": "1.1.0",
    "description": "View source code of online HTML, CSS & JavaScript files",
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png"
        },
        "default_title": "",
        "default_popup": "app\/popup\/index.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "app\/options\/index.html"
    },
    "background": {
        "scripts": [
            "app\/scripts\/event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/cdnjs.cloudflare.com\/; object-src 'self'"
}