onePage

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

什么是onePage?

onePage是由Jim Leirvik开发的Chrome扩展程序,该扩展的主要功能是“Tired of sites splitting articles into multiple pages just to generate more hits? Me too!”。

扩展截图

screenshot
screenshot
screenshot

下载onePage扩展crx文件

下载onePage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 onePage onePage
ID nakcffjjhndnfkgepdndpohjcnihgmfc
官方URL https://chrome.google.com/webstore/detail/onepage/nakcffjjhndnfkgepdndpohjcnihgmfc
简介 Tired of sites splitting articles into multiple pages just to generate more hits? Me too!
文件大小 14.44 KB
安装次数 169
当前版本 1.3
更新时间 2013-07-23
上架时间 2013-07-23
评分 1.33/5 共3次评分
开发者 Jim Leirvik
付费类型 free
支持的语言 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"
    ]
}