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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}