URL Notes : Capturing Notes from URLs

URL Notes chrome extension helps you to take note from webpage without leaving your browser and it works on offline mode.

URL Notes : Capturing Notes from URLsคืออะไร?

URL Notes : Capturing Notes from URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloudifyapps.com และคุณลักษณะหลักของมันคือ "URL Notes chrome extension helps you to take note from webpage without leaving your browser and it works on offline mode."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Notes : Capturing Notes from URLs

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

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

                        Are you tired of jotting down the essential notes and surfing the world wide web simultaneously? Do you wish to be more focused and organized when it comes to researching specific topics? Have you ever wished for a magical extension that will help you keep track of all your research sites and sources with just a click? Well, your wish is granted. CloudifyApps have successfully developed "URL Notes," an extension that will let you keep all your essential search resources and URL in one place in an utterly organized way. 

➤ Features :
✔  Take notes on WebPage
✔  View Existing Notes on WebPage
✔  Change Note Status to ToDo, Doing, Done
✔  Delete & Restore Notes
✔  Schedule Notes
✔  Search Notes using text, website etc
✔  Download Filtered Notes to Excel
✔  Backup & Restore Notes

➤ Accessibility & Data Security
All of your notes are stored in your browser.  You can export them to excel without any hassle. During export, you can filter notes by searching with note text, website name etc. you can download specific status Notes as export ToDo notes, scheduled notes etc. Apart from exporting notes to excel, you can create URL Notes full backup file and store in your convenient storage such as google drive, dropbox, Pendrive etc. & later, and you can restore backup notes with a single click.

➤ Data Privacy
If you are worried about your data privacy, then we must share a secret about URL Notes. The backbone of developing this extension was our respect and concern about your privacy. That's why we have decided to architect this extension in such a way that, by default, all your data will be stored in your browser only. So your notes are not uploading to any servers, just staying in your browser. 

➤ Info / Contact Us:
▸ Support Docs:  https://www.cloudifyapps.com/products/chrome-extension-url-notes 
▸ FAQs: https://www.cloudifyapps.com/products/chrome-extension-url-notes#faq
▸ Support:   [email protected]                    

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

ชื่อ URL Notes : Capturing Notes from URLs URL Notes : Capturing Notes from URLs
ID kmokogdgmbeibfkankaooblkjfldbmmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-notes-capturing-notes/kmokogdgmbeibfkankaooblkjfldbmmo
คำอธิบาย URL Notes chrome extension helps you to take note from webpage without leaving your browser and it works on offline mode.
ขนาดไฟล์ 227 KB
จำนวนการติดตั้ง 390
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2021-06-23
คะแนน 4.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://cloudifyapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cloudifyapps.com
URL หน้าช่วยเหลือ https://docs.google.com/forms/d/e/1FAIpQLSfdwIISHXFRtvLzITzjrGEJYqGh2rOGgfWFTS4tht8Fs7q9Sg/viewform
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudifyapps.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Notes : Capturing Notes from URLs",
    "version": "2.0.4",
    "description": "URL Notes chrome extension helps you to take note from webpage without leaving your browser and it works on offline mode.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/urlnotes\/kmokogdgmbeibfkankaooblkjfldbmmo",
    "author": {
        "email": "[email protected]"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "48": "images\/icons\/icon-48.png",
            "128": "images\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "favicon",
        "activeTab",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Execute Browser Action"
        },
        "open_urlnotes_dashboard": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open URL Notes Dashboard"
        }
    }
}