Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
Co to jest Standard Notes page bookmarks?
Standard Notes page bookmarks to rozszerzenie Chrome opracowane przez Maxim C., a jego główną funkcją jest „Quickly create a note in Standard Notes to bookmark the current page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Standard Notes page bookmarks
Pobierz pliki rozszerzeń Standard Notes page bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
| Oficjalny URL | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
| Opis | Quickly create a note in Standard Notes to bookmark the current page. |
| Rozmiar pliku | 675 KB |
| Liczba instalacji | 319 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-01-04 |
| Data Publikacji | 2020-12-10 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Maxim C. |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/mllocs/standard-notes-chrome-extension |
| Obsługiwane Języki | 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
} | |