onePage

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

onePage क्या है?

onePage Jim Leirvik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of sites splitting articles into multiple pages just to generate more hits? Me too!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में onePage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}