Page Notes

Take notes for web pages and access them with a single click whenever you visit those web pages again. (Syncs to Google Drive)

Page Notesคืออะไร?

Page Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pagenotes.manugarg.com และคุณลักษณะหลักของมันคือ "Take notes for web pages and access them with a single click whenever you visit those web pages again. (Syncs to Google Drive)"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ever needed to note down something about a webpage e.g. login id, frequent flyer number, membership number, tracking id etc. Something that you want to remember when you visit that page again.

Page notes lets you do that and much more in a slick way. It's a simple, out-of-the-way, secure extension that aims to increase your productivity by bringing your notes where you need them the most. You can sync notes to your Google Drive and keep multiple devices in sync. It's secure: data stays in your browser and in your Google drive; you can encrypt your notes if you want that extra level of security. There's more. See below for full features list.

See reviews for what users are saying about it.

Features:

* Page specific notes. Easiest way to remember details for the page you're visiting, e.g. login id, password hints, what you like about the page, etc.
* Categorize notes using tags. Tags are words starting with '#'. You can then access all the notes through the 'All Notes' page. For example, you can add #todo to the notes to prepare your todo list.
* Sync your notes to cloud (Google Drive). No data loss if your you lose your local device for some reason and you can sync notes across multiple devices.
* Now you can access your notes on mobile devices as well, through the web app https://pagenotes.app.
* Browser icon changes color if there is a 'note' available for a web page.
* Easy backup and restore.
* Encrypt your note with a passphrase that is not stored anywhere. Unencrypted notes and the passphrase are not stored anywhere.
* No 3rd party to trust. Data stays with the user -- either on the browser or user's Google Account.
* Option to add website level page notes. Website level notes available for all the pages of the website.

Browser Support:
* Chrome and all Chromium based browsers: Microsoft Edge, Brave, Opera, Vivaldi. * Firefox version located at: https://addons.mozilla.org/en-US/firefox/addon/mg-page-notes/.
* Note: You can sync your notes across browsers.

Bugs/Feature Requests: Please report bugs and feature requests here - https://github.com/manugarg/pagenotes-issues/issues
Discussion mailing list: [email protected]

Privacy Policy: http://pagenotes.manugarg.com/privacy.html                    

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

ชื่อ Page Notes Page Notes
ID omjdheidbhoghpfdnndkgoelfiogjfla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-notes/omjdheidbhoghpfdnndkgoelfiogjfla
คำอธิบาย Take notes for web pages and access them with a single click whenever you visit those web pages again. (Syncs to Google Drive)
ขนาดไฟล์ 401 KB
จำนวนการติดตั้ง 10,031
เวอร์ชันปัจจุบัน 3.2.7
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2020-06-04
คะแนน 4.58/5 รวมทั้งหมด 199 คะแนน
ผู้พัฒนา https://pagenotes.manugarg.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pagenotes.app
URL หน้าช่วยเหลือ https://github.com/manugarg/pagenotes-issues/issues
URL หน้านโยบายความเป็นส่วนตัว https://pagenotes.manugarg.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Notes",
    "version": "3.2.7",
    "manifest_version": 3,
    "description": "Take notes for web pages and access them with a single click whenever you visit those web pages again. (Syncs to Google Drive)",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Page Notes",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "19": "icons\/icon_19.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "alarms",
        "identity",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/",
        "https:\/\/accounts.google.com\/"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc4Q5qsAR\/H14mykGNQXNpDidfiQMyRaEV0eX6qk6V4Hq2IzSzGa90UN4EC7Hm5hFJ0Wzr90xLytmp5E+cyL3jF7pAWu9K4DbwbcgZfj29gbgzK2Z7cS6pICgeZmPusT5KXONzNZS6l\/3rP0RoI1+4UjIBgDiCOaq0XZgIV5BA7wIDAQAB",
    "oauth2": {
        "client_id": "441023963490-8fj45hkekop8ountdg3k7697ss9c5spv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}