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
官方網址 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"
    ]
}