Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
Was ist Standard Notes page bookmarks?
Standard Notes page bookmarks ist eine Chrome-Erweiterung, die von Maxim C. entwickelt wurde, und ihr Hauptmerkmal ist "Quickly create a note in Standard Notes to bookmark the current page.".
Erweiterungsscreenshots
Standard Notes page bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Standard Notes page bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
| Offizielle URL | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
| Beschreibung | Quickly create a note in Standard Notes to bookmark the current page. |
| Dateigröße | 675 KB |
| Installationsanzahl | 319 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-01-04 |
| Veröffentlichungsdatum | 2020-12-10 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Maxim C. |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/mllocs/standard-notes-chrome-extension |
| Unterstützte Sprachen | 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
} | |