AR Notes - Attach Notes on Web Page

Take notes for web pages and access them with a single click when visiting them again. (Syncs to the Blockchain or Browser Only)

AR Notes - Attach Notes on Web Pageคืออะไร?

AR Notes - Attach Notes on Web Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย XCUBICLE และคุณลักษณะหลักของมันคือ "Take notes for web pages and access them with a single click when visiting them again. (Syncs to the Blockchain or Browser Only)"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AR Notes - Attach Notes on Web Page

ดาวน์โหลดไฟล์ส่วนขยาย AR Notes - Attach Notes on Web Page ในรูปแบบ 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.

AR notes is a dapp that lets you do that and much more in a slick way. Your notes live in the cloud allowing you to be free of the device. It's secure: data stays in your browser or on the Blockchain; you can encrypt your notes if you want that extra level of security or make it public for everyone else to see that visits the same page. There's more. See below for full features list:

* Steps to Use: *
- Install extension
- Click icon and enter in any user / password to generate your account (Save this. There is NO Forget Password option.)
- Go to any web page
- Click icon and create a note!
- If saving to the "Blockchain". First claim some free tokens to pay the fee, go here: https://www.ardor.world/en/faucet_ignis

This is beta software, all notes are written to the Testnet Blockchain on initial install, which can potentially get wiped due to testing. Please use a "Mainnet" Ardor node in the options if you like to have immutability of your notes. 

* Features: *
- Take private or public notes and access them with a single click.
- Create public notes for everyone to see at a specific web page URL.
- Encrypt note with your main passphrase or add an additional layer of encryption. (Enabled in options)
- Option to add sitewide page notes. Sitewide notes are available for all the pages of the website.
- Sync your notes to the Ardor Blockchain Data Cloud. Stored forever.
- All notes are available through a single page to make it easy to search in your private and public notes.
- Browser icon changes color if there is a 'note' available for a web page.
- Multiple computers can stay in sync using sync to the blockchain feature, sign in with same user/pass.
- No 3rd party to trust. Data stays with the user -- either on the browser or user's Ardor account.

*Technical Features:*
- A decentralized application (dapp) with no centralized service provider.
- Built using the Decentralized Ardor Data Cloud as the back end database layer.
- Ability to use the Ardor Testnet or Mainnet servers when making notes. (Defaults to Testnet)
- Secondary passphrase for additional encryption which can be different for each page.
- Private and Public notes are censorship resistant and immutable.

Built with Ardor: https://www.ardorplatform.org                    

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

ชื่อ AR Notes - Attach Notes on Web Page AR Notes - Attach Notes on Web Page
ID jnfhpodaonohmgpjmipgelfppnfejejc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ar-notes-attach-notes-on/jnfhpodaonohmgpjmipgelfppnfejejc
คำอธิบาย Take notes for web pages and access them with a single click when visiting them again. (Syncs to the Blockchain or Browser Only)
ขนาดไฟล์ 614 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2019-06-07
วันที่เผยแพร่ 2019-06-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา XCUBICLE
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hwww.xcubicle.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AR Notes - Attach Notes on Web Page",
    "version": "3.0",
    "description": "Take notes for web pages and access them with a single click when visiting them again. (Syncs to the Blockchain or Browser Only)",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/functions.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "images\/icon.png"
    },
    "homepage_url": "https:\/\/www.xcubicle.com",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}