Notes Catalog

Notes Catalog

Notes Catalogคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

                        As a user reading a text online and highlighting the necessary important sentences from the text as a notes  with the help of curser , simultaneously the highlighted portion will getting upload online as a notes to user’s account of notes catalog software(notescatalogy.com) in a independent folder of specified subject categories. 
User need to have two things to use the software…
  a. Software chrome extension
  b. Software user account 
         User  can make account on software after being download the notes catalog extension and can make notes on it.

How Notes Catalog Extension Work?
First of all you have to make sure that after turning on the extension your article page must be refresh.
a. first user must select the cargory from category dropdown.
b. If the user select the sentence by dragging cursor, the selected text will upload to the independent compartment of Content and Title.
c. If the user select single word by double clicking it, rather than selecting  the sentence, the word will upload in the independent compartment of dictionary.
d. if the user want to add image than user have check the check box to upload image in the independent compartment of dictionary.
after making notes user have to submit notes by clicking on submit button.                    

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

ชื่อ Notes Catalog Notes Catalog
ID jokdedakncfjhpgljeggkaponmhjlmdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notes-catalog/jokdedakncfjhpgljeggkaponmhjlmdk
คำอธิบาย Notes Catalog
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-12-06
วันที่เผยแพร่ 2021-10-06
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Notes Catalog
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.notescatalogy.com/
URL หน้าช่วยเหลือ https://notescatalogy.com/
URL หน้านโยบายความเป็นส่วนตัว https://app.notescatalogy.com/PrivacyPolicy/index
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "rafi",
    "background": {
        "scripts": [
            "app\/chrome\/jquery-3.2.1.min.js",
            "app\/chrome\/background-script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/catalog_document_16.png",
            "32": "assets\/img\/catalog_document_32.png"
        },
        "default_title": "Notes Catalog",
        "content_scripts": [
            {
                "matches": [
                    ""
                ],
                "js": [
                    "app\/chrome\/jquery-3.2.1.min.js",
                    "muti-color-selection.js"
                ]
            }
        ]
    },
    "icons": {
        "16": "assets\/img\/catalog_document_16.png",
        "32": "assets\/img\/catalog_document_32.png",
        "48": "assets\/img\/catalog_document_48.png",
        "64": "assets\/img\/catalog_document_64.png",
        "128": "assets\/img\/catalog_document_128.png"
    },
    "manifest_version": 2,
    "name": "Notes Catalog",
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "version": "1.1.0",
    "description": "Notes Catalog",
    "web_accessible_resources": [
        "app\/index.html",
        "assets\/img\/NC-Logo.jpg"
    ]
}