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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}