Risunats - Read with cozy way

Read with cozy way! Store the pages you did not finished, Risunats will remind you of what you forgot.

Risunats - Read with cozy wayคืออะไร?

Risunats - Read with cozy way เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Being Here และคุณลักษณะหลักของมันคือ "Read with cozy way! Store the pages you did not finished, Risunats will remind you of what you forgot."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Risunats - Read with cozy way

ดาวน์โหลดไฟล์ส่วนขยาย Risunats - Read with cozy way ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just a single click on the squirrel button. The entire page will change to deeper color to ease the stimulation from monitor, and you can adjust the font size for reading.

˙Labeling what you interested in, Risunats save your articles in a more effective way!

˙Use “web pin” function to save websites that you are interested in. Risunats will turn on automatically when you visit the website next time.

˙Use “unread” function to store the pages that you did not finished.

˙Use “remind” function to set up the reminding date for the important pages as well. Chrome will inform you by sound and desktop windows.

˙Right-click on the current page or the squirrel button to open reading list.

˙Use [Alt]+[Q] to start up Risunats immediately. (MAC OS: [option]+[Q])

˙Use [Alt]+[A] and [Alt]+[S] to decrease or Increase the font size.

˙Log your google account in Chrome with different computer so that you can keep reading the pages you pre-stored.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Risunats - Read with cozy way Risunats - Read with cozy way
ID oimbfkhopognpnfmpdgmnfocbbpmgmed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/risunats-read-with-cozy-w/oimbfkhopognpnfmpdgmnfocbbpmgmed
คำอธิบาย Read with cozy way! Store the pages you did not finished, Risunats will remind you of what you forgot.
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 3.1.27
อัปเดตครั้งล่าสุด 2018-09-09
วันที่เผยแพร่ 2018-09-09
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Being Here
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-TW,ja
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "3.1.27",
    "author": "Denis Chen",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "icons": {
        "128": "icons\/logo_128.png",
        "48": "icons\/logo_48.png",
        "16": "icons\/logo_16.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/logo_b_19.png",
            "38": "icons\/logo_b_38.png"
        },
        "default_title": "__MSG_browser_action_1__"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "CSS\/popup.css"
            ],
            "js": [
                "JS\/google-jquery-3.2.1-min.js",
                "jQuery_UI\/jquery-ui.min.js",
                "JS\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "pages\/popup.html",
        "CSS\/popup.css",
        "jQuery_UI\/jquery-ui.css",
        "js\/google-jquery-3.2.1-min.js",
        "jQuery_UI\/jquery-ui.min.js",
        "js\/popup.js"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications",
        "alarms",
        "contextMenus"
    ],
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/www.denis.tw",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Risunats on\/off"
        },
        "fontsize_small": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Decrease font size"
        },
        "fontsize_big": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Increase font size"
        }
    },
    "options_page": "pages\/setting.html"
}