Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
Hvad er Standard Notes page bookmarks?
Standard Notes page bookmarks er en Chrome-udvidelse udviklet af Maxim C., og dens hovedfunktion er "Quickly create a note in Standard Notes to bookmark the current page.".
Udvidelsesskærmbilleder
Download Standard Notes page bookmarks-udvidelses-CRX-fil
Download Standard Notes page bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Standard Notes page bookmarks |
ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
Officiel URL | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
Beskrivelse | Quickly create a note in Standard Notes to bookmark the current page. |
Filstørrelse | 675 KB |
Antal Installationer | 319 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-01-04 |
Udgivelsesdato | 2020-12-10 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Maxim C. |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mllocs/standard-notes-chrome-extension |
Understøttede Sprog | 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 } |