Click&Note - Notes Vault

Click And Note - simple notepad and vault, tool for quickly saving notes, link and text on web pages

Click&Note - Notes Vaultคืออะไร?

Click&Note - Notes Vault เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Safenotes.io และคุณลักษณะหลักของมันคือ "Click And Note - simple notepad and vault, tool for quickly saving notes, link and text on web pages"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click&Note - Notes Vault

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

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

                        # NOTE

Newer version of this application with encryption and cloud support: https://chrome.google.com/webstore/detail/safenotes/jdknfpojngplkfooekgncbaiabicakpc

# Description

Notepad for quickly bookmarking current url or storing text notes. Organizing notes is done using sorting and filtering by tags or text. It is possible to save your favorite filters setup as a preset. Handy tool for journaling,  task tracking and just keeping track of random ideas.


Functionality

Notes
Upon opening app focus is set to "New note" field - enter text and save by clicking "Note" (or hit Enter key) or "Link" button
Clicking "Note" will save the note
Clicking "Link" will save the note, and attach current active page's url, along with text that you've selected on that page
Clicking "Link" with no note provided, will use website's title as note's name
First line of the note is displayed as "Title" at "Notes" page
If note has valid url - "Go to website" icon is displayed left to note's title
Saving new note will reset search field
By default, latest updated notes are displayed first - use search field to sort by different rules
Hit Esc key to quit app


Hashtags
You can add hashtags to note, which will make searching through notes easier
At "Notes" page valid hashtags are highlighted, if visible
Hashtags in note's title are not highlighted


Search
Enter search query to filter through notes
Use "#abc" syntax to search for notes that have given hashtag
Use ":url" key to display only notes that have url attached
Use ":sort_updated" to display most recently updated notes first
Use ":sort_updated_reverse" displays oldest updated notes first
Use ":sort_created" to display most recently created notes first
Use ":sort_created_reverse" displays oldest created notes first
Use ":sort_name" to sort notes by name
Use ":sort_name_reverse" to reverse-sort notes by name


Menu
Use "Clear Notes" to delete all your notes
Use "Export Backup" and "Import Backup" items to backup and restore your notes
Clicking "Export Backup" will download your notes to your computer in JSON format
Clicking "Import Backup" will prompt you an option to import a backup file
Warning - importing backup will erase all your current notes, please make sure to make a backup before using this option
Current search query is backed along with your notes


Omnibox
Open the address bar by selecting it or clicking Ctrl + L (Cmd + L for Mac)
Enter word "note" and press Space
Now enter some text and press Enter to save it                    

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

ชื่อ Click&Note - Notes Vault Click&Note - Notes Vault
ID ldhhhikjpbplhjfblngcbpdlhkgehifl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clicknote-notes-vault/ldhhhikjpbplhjfblngcbpdlhkgehifl
คำอธิบาย Click And Note - simple notepad and vault, tool for quickly saving notes, link and text on web pages
ขนาดไฟล์ 300 KB
จำนวนการติดตั้ง 1,871
เวอร์ชันปัจจุบัน 1.7.0
อัปเดตครั้งล่าสุด 2020-07-06
วันที่เผยแพร่ 2018-11-24
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Safenotes.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicytemplate.net/live.php?token=RwMuDANIwS0blCo9HI2Y57r3Mhzcaqze
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click&Note - Notes Vault",
    "short_name": "Click&Note",
    "description": "Click And Note - simple notepad and vault, tool for quickly saving notes, link and text on web pages",
    "version": "1.7.0",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "note"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Click&Note",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads",
        "tabs",
        "*:\/\/*\/*"
    ]
}