onePage
Tired of sites splitting articles into multiple pages just to generate more hits? Me too!
onePage là gì?
onePage là một tiện ích mở rộng Chrome được phát triển bởi Jim Leirvik, và tính năng chính của nó là "Tired of sites splitting articles into multiple pages just to generate more hits? Me too!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng onePage
Tải xuống các tệp mở rộng onePage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nakcffjjhndnfkgepdndpohjcnihgmfc |
URL Chính Thức | https://chrome.google.com/webstore/detail/onepage/nakcffjjhndnfkgepdndpohjcnihgmfc |
Mô tả | Tired of sites splitting articles into multiple pages just to generate more hits? Me too! |
Kích Thước Tệp | 14.44 KB |
Số Lần Cài Đặt | 169 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2013-07-23 |
Ngày Phát Hành | 2013-07-23 |
Đánh Giá | 1.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Jim Leirvik |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |