SnippIt : Your Research Assistant

Web Research Made Recallable

SnippIt : Your Research Assistantคืออะไร?

SnippIt : Your Research Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhishek Pandey และคุณลักษณะหลักของมันคือ "Web Research Made Recallable"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SnippIt : Your Research Assistant

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

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

                        Note taking while reading online simplified.
Just select the text and drag it a little. The selected text is saved for future reference in a searchable manner.

Many a times we do web research on various topics but making notes out of them is painful, either you have to copy paste in a separate software program or note it down.
This extension allows you to take notes in a seamless way by just dragging on a selected portion of text.                    

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

ชื่อ SnippIt : Your Research Assistant SnippIt : Your Research Assistant
ID chpgafbedmdedmmpmokcdijedjdihdio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snippit-your-research-ass/chpgafbedmdedmmpmokcdijedjdihdio
คำอธิบาย Web Research Made Recallable
ขนาดไฟล์ 777 KB
จำนวนการติดตั้ง 2,841
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-07-17
วันที่เผยแพร่ 2019-03-08
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Abhishek Pandey
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnippIt : Your Research Assistant",
    "version": "2.0.2",
    "short_name": "snippit-your-library",
    "manifest_version": 2,
    "description": "Web Research Made Recallable",
    "homepage_url": "http:\/\/twitter.com\/pandeyone",
    "author": "abpa",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Snippit",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}