Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
Vad är Standard Notes page bookmarks?
Standard Notes page bookmarks är en Chrome-tillägg utvecklad av Maxim C., och dess huvudfunktion är "Quickly create a note in Standard Notes to bookmark the current page.".
Tilläggsskärmbilder
Ladda ner Standard Notes page bookmarks-förlängningens CRX-fil
Ladda ner Standard Notes page bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
| Officiell webbadress | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
| Beskrivning | Quickly create a note in Standard Notes to bookmark the current page. |
| Filstorlek | 675 KB |
| Antal Installationer | 319 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-01-04 |
| Publiceringsdatum | 2020-12-10 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Maxim C. |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/mllocs/standard-notes-chrome-extension |
| Stödda Språk | 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
} | |