EssayKick Extension

EssayKick Research Clipper

EssayKick Extensionคืออะไร?

EssayKick Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://essaykick.com และคุณลักษณะหลักของมันคือ "EssayKick Research Clipper"

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

screenshot
screenshot

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

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

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

                        The EssayKick Research Clipper works together with the EssayKick desktop app to clip, gather, organize and store your research all in one place.  

To use the Research Clipper extension, you first need to create an essay in the EssayKick desktop app.  Then use the Research Clipper to clip research you find on your topic and save it to your essay.  It automatically saves the content you clipped, a link to the source, the title, and the date you clipped it.  It works with all popular browsers and can clip text from websites, eBooks, journal articles, and most PDF documents.

Once your research is saved to your essay, you can organize it in EssayKick and create notecards to insert the content automatically into your paper with just one click.  You can either copy a direct quote to the notecard or write your own paraphrase on the card depending on which one you want to use in your paper.  And these cards are displayed next to your essay, so you can easily reference the source and cite it correctly. 

The Research Clipper is just one of the features in EssayKick to help you write a Kick-@%# essay.  There are many other features, too, and they’re all interactive.  From brainstorming to publishing, EssayKick guides you through the steps of writing an essay, so it’s organized, structured, and on topic.  Writing an essay couldn’t be easier! 

To learn more or watch a quick video on how it works, visit our site at EssayKick.com or connect with us on our social media channels.                    

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

ชื่อ EssayKick Extension EssayKick Extension
ID dhjndddfbgjmpoddffaaehnkkmjgnhih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/essaykick-extension/dhjndddfbgjmpoddffaaehnkkmjgnhih
คำอธิบาย EssayKick Research Clipper
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2017-03-19
วันที่เผยแพร่ 2017-03-19
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://essaykick.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.essaykick.com/researchclipper.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "EssayKick Extension",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "EssayKick Research Clipper",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/essaykick.com\/",
    "version": "1.2.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "EssayKick"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}