onePage

Tired of sites splitting articles into multiple pages just to generate more hits? Me too!

O que é onePage?

onePage é uma extensão do Chrome desenvolvida por Jim Leirvik, e sua principal característica é "Tired of sites splitting articles into multiple pages just to generate more hits? Me too!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão onePage

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

                        Especially news media have become obsessed with click/hit statistics which have started to impact our surfing experience (and not for the better).

This extension enables everyone to enjoy their favourite site without pointless pagination.

Currently the only default sites are nettavisen.no, side2.no and side3.no. Please contact me with any suggestions of sites that should be in the list!


How does it work?

After installing the extension, navigate to any page and just click the icon (if it's not already green). It will then try to load the sites on that domain without forced pagination.

At the moment this only works with sites using EZ Publish / Escenic suite.


What if the site is built on a different platform?

In order to customize a site which may use different parameters, enable the extension for that site, then right click the icon and select options. Here you can modify all the sites and modifications it has stored.

If you have ideas about sites/params I could add as default in the extension, please contact me.                    

Informações Básicas da Extensão

Nome onePage onePage
ID nakcffjjhndnfkgepdndpohjcnihgmfc
URL Oficial https://chrome.google.com/webstore/detail/onepage/nakcffjjhndnfkgepdndpohjcnihgmfc
Descrição Tired of sites splitting articles into multiple pages just to generate more hits? Me too!
Tamanho do Arquivo 14.44 KB
Contagem de Instalações 169
Versão Atual 1.3
Última Atualização 2013-07-23
Data de Publicação 2013-07-23
Classificação 1.33/5 Total de 3 Avaliações
Desenvolvedor Jim Leirvik
Tipo de Pagamento free
Idiomas Suportados en,no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "onePage",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Tired of sites splitting articles into multiple pages just to generate more hits? Me too!",
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "author": "Jim Leirvik",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/jimleirvik.no",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "aString"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}