Standard Notes page bookmarks

Quickly create a note in Standard Notes to bookmark the current page.

What is Standard Notes page bookmarks?

Standard Notes page bookmarks is a Chrome extension developed by Maxim C., and its main feature is "Quickly create a note in Standard Notes to bookmark the current page.".

Extension Screenshots

screenshot

Download Standard Notes page bookmarks Extension CRX File

Download Standard Notes page bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension lets you save the current page title and url in a note in Standard Notes (https://standardnotes.org/). 

Take note of any page instead of opening yet another tab.                    

Extension Basic Information

Name Standard Notes page bookmarks Standard Notes page bookmarks
ID bapfcmkjnjailkkpkolfelelfcbkabgg
Official URL https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg
Description Quickly create a note in Standard Notes to bookmark the current page.
File Size 675 KB
Installation Count 319
Current Version 1.0
Last Updated 2021-01-04
Publish Date 2020-12-10
Rating 5.00/5 Total 2 Ratings
Developer Maxim C.
Email [email protected]
Payment Type free
Extension Website https://github.com/mllocs/standard-notes-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Standard Notes page bookmarks",
    "version": "1.0",
    "description": "Quickly create a note in Standard Notes to bookmark the current page.",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/app.standardnotes.org\/"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}