Standard Notes page bookmarks

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

Standard Notes page bookmarksとは何ですか?

Standard Notes page bookmarksはMaxim C.によって開発されたChromeの拡張機能で、その主な機能は「Quickly create a note in Standard Notes to bookmark the current page.」です。

拡張機能のスクリーンショット

screenshot

Standard Notes page bookmarks拡張機能のCRXファイルをダウンロード

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.
Eメール [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
}