Wordpress Fullscreen Reader

Displays wordpress pages and posts in fullscreen mode for easier reading.

Wordpress Fullscreen Reader là gì?

Wordpress Fullscreen Reader là một tiện ích mở rộng Chrome được phát triển bởi Yascob, và tính năng chính của nó là "Displays wordpress pages and posts in fullscreen mode for easier reading.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordpress Fullscreen Reader

Tải xuống các tệp mở rộng Wordpress Fullscreen Reader 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

                        Displays wordpress pages and posts in fullscreen mode for easier reading. Now there is no need to exit fullscreen for links on the same website.

If you have any problems first check the Updated features first. As this is still not what I would call an official release expect there to be bugs. I'd love to hear about the bugs I haven't found so I can squash them.

It is currently under development so the code needs optimizing and the UI and file structure needs work as well.

If you have any bugs, find any wordpress sites that it does not work on or have any requests please comment or send me an email at [email protected]

Use:
Left-click the Icon in the top right corner to go fullscreen.

If you right-click the Icon you can get to the options menu via the dropdown.
There you can find a couple override options to customize the experience.
More options are planned.

I will not garentee that I will add the requested feature but I will explain why if I decide not to.
Anyways, enjoy! =)

P.S. It works on Baka-Tsuki as well due to how their website is set up.

Updated features:

Version 0.8.1:

Now, if you are not in in incognito, it records every chapter navigation to history and will load open the right page on reload. So it can also be considered a "bugfix" of sorts.

Scroll alternative will come next update.(I promise)


Version 0.8.0:

Added a proper scroll memorization. Please not this feature gets laggy on some pages (I'm looking at you BT). I'm working on adding an alternate option for later. For now it can be disabled in the options if it is not working for you.

Complete redesign of the options menu. Try it out. =)

Also a little bit of code cleanup, to make it run just that little bit faster.

Version 0.7.3:

Quick Bugfix for the double wrapper issue (2 scrollbars)


Version 0.7.2:

Added a "Hide Comments Section" option.

Version 0.7.1:

Css Bugfix.

Version 0.7:

Fixed problems with pressing button multiple times in fullscreen. 
Reworked and partially optimized the code.
Made the wordpress post detection smarter and started to add blogspot support.
Note: You may notice a minor delay before the fullscreen button works after loading the page. It should not take more than a few seconds before it works.

Version 0.6.2:

Bugfix: fixed the Background override as well as improved it's logic

Version 0.6.1.1:

Bugfix: fixed options page. It should now work properly.

Version 0.6.1:

Added the ability to stay in fullscreen while switching between posts on the same site
Added option to go back to initial page after fullscreen is closed
more bugfixes

Version 0.5.1 - 0.5.3:

bugfixes and code optimization                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordpress Fullscreen Reader Wordpress Fullscreen Reader
ID jokgafldheppajfncfjheafoemjcbmoh
URL Chính Thức https://chromewebstore.google.com/detail/wordpress-fullscreen-read/jokgafldheppajfncfjheafoemjcbmoh
Mô tả Displays wordpress pages and posts in fullscreen mode for easier reading.
Kích Thước Tệp 48.58 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2015-09-25
Ngày Phát Hành 2015-09-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Yascob
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordpress Fullscreen Reader",
    "description": "Displays wordpress pages and posts in fullscreen mode for easier reading.",
    "version": "0.8.1",
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Go Fullscreen"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "fullscreen.css"
    ]
}