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
电子邮箱 [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"
    ]
}