Note Everywhere

This is intuitive note application.

Note Everywhereคืออะไร?

Note Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bv และคุณลักษณะหลักของมันคือ "This is intuitive note application."

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

screenshot
screenshot
screenshot

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

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

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

                        This is an extension that allows you to leave notes on the page no matter what page you are on.
The note will remain on the page even after reloading. This extension eliminates the need for bookmarks.
Create a note from the pop-up in the upper right corner. Or you can create a note by right-clicking on the screen.

Functions of the memo:
- Edit title (double-click to edit)
- Edit details (double-click to edit)
- Memo size change
- Minimize / Maximize
- Move memo
- Pin a note (pinning)
- Delete note
- Change memo color

You can view a list of notes you have created from the options page, and edit them from there.

Features to be added in the future:
- Synchronization

Change history:

0.4.0:
- Revamped UI
- Change memo color.

0.3.1:
- Export function

Beta version
This extension uses Google Analytics, an access analysis tool provided by Google Inc. for quality improvement. Cookies are used to collect traffic data. This traffic data is collected anonymously and does not personally identify you. For more information, see "Google's use of information collected from sites and applications that use Google services (https://policies.google.com/technologies/partner-sites)". You can refuse to provide this data by disabling cookies, so please check your browser settings.                    

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

ชื่อ Note Everywhere Note Everywhere
ID fjfoncfdjhdefjhknbaphionnognbnpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/note-everywhere/fjfoncfdjhdefjhknbaphionnognbnpl
คำอธิบาย This is intuitive note application.
ขนาดไฟล์ 472 KB
จำนวนการติดตั้ง 8,424
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2023-05-20
วันที่เผยแพร่ 2018-06-06
คะแนน 4.29/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา bv
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,it,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.4.0",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "memos.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}