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!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nakcffjjhndnfkgepdndpohjcnihgmfc |
官方網址 | 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" ] } |