Kjuicer

Readers get superpowers

Kjuicerคืออะไร?

Kjuicer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KJuicer srl และคุณลักษณะหลักของมันคือ "Readers get superpowers"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kjuicer

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

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

                        Ever had the feeling that you could learn stuff quicker? That the work you do  reading or studying gets mostly lost or forgotten shortly after you are done? That your effort could benefit other readers? 
The KJuicer, which is the short for Knowledge Juicer, allows you to address that. 

This extension can be used on almost any web page, and allows you to:
- Cache and save the page with a new link, so that even if it gets updated you can still view the version you chose;
- Underline and extract what you highlighted in a new, summarized page; 
- Create up to three layers of summary, always accessible together with the original content;
- Make that content browsable!

When you click the extension, it will create your own version of the page that you are browsing on http://kjuicer.com and you will have the option to create a user, so that we can save your content and collect it in your Personal Wall, browse kjuiced documents from other users, upload your own html documents, a full set of instructions, etc. If you do not create a user please be aware that if you lose the link of the new page your highights might go lost!

Please feel free to report bugs, writing to [email protected]. Please replace the last two with the proper symbol and name, you are helping to make it harder for bots to spam us and us to find your bug reports ;)

Please don't report bugs in the comment, because they would mostly get lost and the risk of them not being addressed would be much higher.
If you care to report a bug so that we can fix it for you, it is very important to send us the information that allows us to solve the problem. For instance:
- Which Operating System you are working on (Windows, Apple or which Linux distribution) or Mobile platform (Android, iOS, etc);
- The version of such OS (Windows 10, 8, OsX or Ubuntu 15.10, Fedora 23, or else) for laptop/desktops; the version of the Android or iOS or else for a mobile device;
- The browser's name and version;
- What you were doing when the bug happened, including a link to the page you were working on, and possibly
- The steps that we should follow to reproduce it, with a mention if the bug happens all the time you perform such actions or if it happens only sometimes.

We know that reporting bugs is a little nuisance, but please know that:
- We are very grateful if you do, 
- You are helping us to make it better and 
- We will put our best effort in addressing them as effectively and fast as we can.
Therefore we promise that we will get back to you to let you know that we are working on it, if we could fix it and/or ask for additional information.                    

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

ชื่อ Kjuicer Kjuicer
ID kgjcgankonbfhdgpfdbggfifpcabocno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kjuicer/kgjcgankonbfhdgpfdbggfifpcabocno
คำอธิบาย Readers get superpowers
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-11-12
วันที่เผยแพร่ 2018-11-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา KJuicer srl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://kjuicer.com
URL หน้าช่วยเหลือ http://kjuicer.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kjuicer",
    "description": "Readers get superpowers",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "32": "images\/kj32.png",
            "64": "images\/kj64.png"
        }
    },
    "icons": {
        "32": "images\/kj32.png",
        "64": "images\/kj64.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/beta.kjuicer.com\/",
        "https:\/\/beta.kjuicer.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/base64-string.js",
                "scripts\/lz-string.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    }
}