Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
Cos'è Standard Notes page bookmarks?
Standard Notes page bookmarks è un'estensione di Chrome sviluppata da Maxim C., e la sua funzione principale è "Quickly create a note in Standard Notes to bookmark the current page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Standard Notes page bookmarks
Scarica i file di estensione Standard Notes page bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
| URL Ufficiale | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
| Descrizione | Quickly create a note in Standard Notes to bookmark the current page. |
| Dimensione del File | 675 KB |
| Conteggio Installazioni | 319 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-01-04 |
| Data di Pubblicazione | 2020-12-10 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Maxim C. |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/mllocs/standard-notes-chrome-extension |
| Lingue Supportate | 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
} | |