Standard Notes page bookmarks

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

Qu'est-ce que Standard Notes page bookmarks ?

Standard Notes page bookmarks est une extension Chrome développée par Maxim C., et sa fonction principale est "Quickly create a note in Standard Notes to bookmark the current page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Standard Notes page bookmarks

Téléchargez les fichiers d'extension Standard Notes page bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Standard Notes page bookmarks Standard Notes page bookmarks
ID bapfcmkjnjailkkpkolfelelfcbkabgg
URL Officiel https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg
Description Quickly create a note in Standard Notes to bookmark the current page.
Taille du Fichier 675 KB
Nombre d'Installations 319
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-04
Date de Publication 2020-12-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Maxim C.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mllocs/standard-notes-chrome-extension
Langues Prises en Charge 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
}