Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
Apa itu Standard Notes page bookmarks?
Standard Notes page bookmarks adalah ekstensi Chrome yang dikembangkan oleh Maxim C., dan fitur utamanya adalah "Quickly create a note in Standard Notes to bookmark the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Standard Notes page bookmarks
Unduh file ekstensi Standard Notes page bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Standard Notes page bookmarks |
ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
URL Resmi | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
Deskripsi | Quickly create a note in Standard Notes to bookmark the current page. |
Ukuran File | 675 KB |
Jumlah Instalasi | 319 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-01-04 |
Tanggal Publikasi | 2020-12-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Maxim C. |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mllocs/standard-notes-chrome-extension |
Bahasa yang Didukung | 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 } |