Clip Page

See the Web to gather clips.

O que é Clip Page?

Clip Page é uma extensão do Chrome desenvolvida por GGamagidev, e sua principal característica é "See the Web to gather clips.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Clip Page

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

                        Display together with a clip of a Web page.
You can see in the collectively fragmentary information of multiple Web.

This is useful when you see at once the list of 2-3 pages.
Selected a long clip of the scissors, and the lower truncated easily.(screen shot 4th~5th)

To select the list that illuminates with a clip, please use the Ctrl + left mouse button or middle mouse button.
(Command + left mouse button on mac.)                    

Informações Básicas da Extensão

Nome Clip Page Clip Page
ID mjapkjdghebpeepcmlhokcbpeihggkih
URL Oficial https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih
Descrição See the Web to gather clips.
Tamanho do Arquivo 152 KB
Contagem de Instalações 65
Versão Atual 0.9.3
Última Atualização 2014-01-13
Data de Publicação 2014-01-12
Desenvolvedor GGamagidev
Tipo de Pagamento free
Site da Extensão http://ggamagidev.blogspot.com
URL da Página de Ajuda http://ggamagidev.blogspot.com/search/label/Start%20Line
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip Page",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.9.3",
    "description": "See the Web to gather clips.",
    "homepage_url": "http:\/\/ggamagidev.blogspot.com\/",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "webclippopup.html"
    },
    "content_scripts": [
        {
            "css": [
                "themes\/base\/jquery.ui.resizable.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.custom.min.js",
                "webclipbg.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "webclipoptions.html",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}