Popup Notes

Take quick notes while you surf. What could be more simple?

Popup Notesとは何ですか?

Popup Notesはhttps://gourav.ioによって開発されたChromeの拡張機能で、その主な機能は「Take quick notes while you surf. What could be more simple?」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Take notes without leaving current tab!
Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome.

Features :
-- Lightweight, easy to use & secure.
-- Copy selected text to Popup Notes directly from right-click.
-- Auto-save notes upon closing.
-- Auto-focus on notes.
-- Use TAB key to indent your text.
-- Ad-free.                    

拡張機能の基本情報

名前 Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
公式URL https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
説明 Take quick notes while you surf. What could be more simple?
ファイルサイズ 38.95 KB
インストール数 1,191
現在のバージョン 2.0
最終更新日 2020-10-02
公開日 2017-11-30
評価 3.00/5 合計 8 レビュー
開発者 https://gourav.io
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "Popup Notes",
    "description": "Take quick notes while you surf. What could be more simple?",
    "version": "2.0",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Popup Notes!"
    },
    "offline_enabled": true,
    "short_name": "Popup Notes",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}