Clipper - Notepad

A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place

Clipper - Notepadとは何ですか?

Clipper - NotepadはN00Bによって開発されたChromeの拡張機能で、その主な機能は「A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place」です。

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

screenshot
screenshot

Clipper - Notepad拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a notepad clipper extension.
Browse through the web with ease, and take notes on the go. Now you don't need to swap between apps, neither copy paste. 
Write directly by clicking on Clipper or select and right click, you will get an option to add it to the pad. 
Download the whole of the text directly into .txt file at once.

Resize the window to make it as you want it to be, multiple notes and onine sync coming soon.                    

拡張機能の基本情報

名前 Clipper - Notepad Clipper - Notepad
ID odaemlhemadocbiadhdehdkiekejnphb
公式URL https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb
説明 A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
ファイルサイズ 606 KB
インストール数 445
現在のバージョン 1.0
最終更新日 2018-09-10
公開日 2018-09-10
評価 4.67/5 合計 3 レビュー
開発者 N00B
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clipper - Notepad",
    "description": "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place",
    "version": "1.0",
    "offline_enabled": true,
    "icons": {
        "19": "imgs\/notepad-icon-12.png",
        "48": "imgs\/notepad-icon-12.png",
        "128": "imgs\/notepad-icon-12.png"
    },
    "browser_action": {
        "default_icon": "imgs\/notepad-icon-12.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}