Standard Notes page bookmarks

Quickly create a note in Standard Notes to bookmark the current page.

ما هو Standard Notes page bookmarks؟

Standard Notes page bookmarks هو إضافة Chrome تم تطويرها بواسطة Maxim C.، والميزة الرئيسية لها هي "Quickly create a note in Standard Notes to bookmark the current page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Standard Notes page bookmarks

قم بتنزيل ملفات الامتداد Standard Notes page bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Standard Notes page bookmarks Standard Notes page bookmarks
ID bapfcmkjnjailkkpkolfelelfcbkabgg
عنوان URL الرسمي https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg
الوصف Quickly create a note in Standard Notes to bookmark the current page.
حجم الملف 675 KB
عدد التثبيتات 319
النسخة الحالية 1.0
آخر تحديث 2021-01-04
تاريخ النشر 2020-12-10
تقييم 5.00/5 مجموع تقييمات 2
المطور Maxim C.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mllocs/standard-notes-chrome-extension
اللغات المدعومة 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
}