Standard Notes page bookmarks

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

Wat is Standard Notes page bookmarks?

Standard Notes page bookmarks is een Chrome-extensie ontwikkeld door Maxim C., en de belangrijkste functie is "Quickly create a note in Standard Notes to bookmark the current page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Standard Notes page bookmarks

Download Standard Notes page bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Standard Notes page bookmarks Standard Notes page bookmarks
ID bapfcmkjnjailkkpkolfelelfcbkabgg
Officiële URL https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg
Beschrijving Quickly create a note in Standard Notes to bookmark the current page.
Bestandsgrootte 675 KB
Aantal Installaties 319
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-04
Publicatiedatum 2020-12-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Maxim C.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mllocs/standard-notes-chrome-extension
Ondersteunde Talen 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
}