Notemark — Quick note web pages to view later

A better way to bookmark things you only need for a short while.

Notemark — Quick note web pages to view laterとは何ですか?

Notemark — Quick note web pages to view laterはNotemarkによって開発されたChromeの拡張機能で、その主な機能は「A better way to bookmark things you only need for a short while.」です。

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

screenshot
screenshot
screenshot

Notemark — Quick note web pages to view later拡張機能のCRXファイルをダウンロード

Notemark — Quick note web pages to view later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        HOW TO: After you've added it to Chrome,
go on any page and click the extension icon, then click on the heart.

Who made this?
- Maxwell A. Davis (designer, StudioTBT)
- Tomáš Taro (developer, Adblock)                    

拡張機能の基本情報

名前 Notemark — Quick note web pages to view later Notemark — Quick note web pages to view later
ID oiapehpmnmpkgkgoiampkknhgglapcak
公式URL https://chromewebstore.google.com/detail/notemark-%E2%80%94-quick-note-web/oiapehpmnmpkgkgoiampkknhgglapcak
説明 A better way to bookmark things you only need for a short while.
ファイルサイズ 60.67 KB
インストール数 203
現在のバージョン 1.2
最終更新日 2015-11-14
公開日 2015-11-14
評価 4.19/5 合計 16 レビュー
開発者 Notemark
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notemark \u2014 Quick note web pages to view later",
    "short_name": "Notemark",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "19": "img\/icon19.png",
            "38": "img\/icon38.png",
            "48": "img\/icon48.png"
        },
        "default_popup": "button\/popup.html",
        "default_title": "Sites noted with Notemark"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "A better way to bookmark things you only need for a short while.",
    "incognito": "spanning",
    "manifest_version": 2,
    "minimum_chrome_version": "41.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ]
}