PicTwitterFull

Add zoom feature to twitter picture view.

O que é PicTwitterFull?

PicTwitterFull é uma extensão do Chrome desenvolvida por cr, e sua principal característica é "Add zoom feature to twitter picture view.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PicTwitterFull

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

                        [How to use]
This extension add to magnifying glass icon.
If click this icon(or right click on picture,or press + key), a picture will magnification to full size.
If once more click, it will magnification to one‐and‐a‐half times as size.
And if once more click, it will back to first size.

*** If lost a picture, scroll down and look for it. ***
*** If you want to use right click menu on a picture, press shift key and right click. ***

[Twitter account]
@PicTFull
https://twitter.com/PicTFull

[History]
v2.1.3 i18n internationalization
v2.1.2 Added to poor english explanation.
v2.1.1 Spelling mistake modified.
v2.1 Add to trigger right click.
v2.0 Add to magnifying glass icon.
v1.1 Add to keyboard shortcut(+ key)
v1.0 Release.                    

Informações Básicas da Extensão

Nome PicTwitterFull PicTwitterFull
ID chfpgnianlhodkfdhdofnmjhpjebaamf
URL Oficial https://chrome.google.com/webstore/detail/pictwitterfull/chfpgnianlhodkfdhdofnmjhpjebaamf
Descrição Add zoom feature to twitter picture view.
Tamanho do Arquivo 39.91 KB
Contagem de Instalações 289
Versão Atual 2.1.3
Última Atualização 2015-06-19
Data de Publicação 2015-06-19
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor cr
Tipo de Pagamento free
Site da Extensão https://twitter.com/PicTFull
URL da Página de Ajuda https://twitter.com/PicTFull
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}