Mashup Note

A beautiful and minimalistic Google Chrome Note Taking Extension for Everyone!

Mashup Noteคืออะไร?

Mashup Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mashupnote.com และคุณลักษณะหลักของมันคือ "A beautiful and minimalistic Google Chrome Note Taking Extension for Everyone!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mashup Note

ดาวน์โหลดไฟล์ส่วนขยาย Mashup Note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Mashup Note is a beautiful and minimalistic extension for taking notes in Chrome browser. It is the best offline note taking extension. It helps copy plain text, formatted text, links, code snippets and images without any hassle. It is easy to use and has multiple ways to access.

Main features of Mashup Note is as following:

+ No account creation or login required!

+ All data is store locally on your computer. 

+ One click activation from main Google Chrome Toolbar.

+ Easy to access side toolbar for turning highlighting on/off

+ One click button to view copied notes

+ Right-click menu options to copy and view existing Mashup Note

+ In-built WYSIWYG editor for editing copied content

+ Elegant and clutter-free interface

+ Ability to save changes made in editor

+ One click print function to save Mashup Note as PDF or print to any other installed printer

+ Copy plain text from PDFs opened in Chrome (Experimental)

+ Mashup Note will work for local files opened in Chrome

+ More features coming soon!

*** Important Installation Note ***

The plugin won't work on some pages like Chrome Web Store, Google Home page, Chrome Settings page, etc. Moreover, once you have installed the app, you will have to refresh already open tabs in Chrome, as the Mashup Note need to know how many pages are open. 


*Disclaimer*

THE EXTENSION IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mashup Note Mashup Note
ID lokkjppmicpgcjokahilhhppmhfcfcmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mashup-note/lokkjppmicpgcjokahilhhppmhfcfcmb
คำอธิบาย A beautiful and minimalistic Google Chrome Note Taking Extension for Everyone!
ขนาดไฟล์ 984 KB
จำนวนการติดตั้ง 399
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-06-16
วันที่เผยแพร่ 2015-06-16
คะแนน 3.38/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา http://mashupnote.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mashupnote.com/
URL หน้าช่วยเหลือ http://mashupnote.com/#contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mashup Note",
    "version": "1.0",
    "manifest_version": 2,
    "author": "Chinmay Desai",
    "description": "A beautiful and minimalistic Google Chrome Note Taking Extension for Everyone!",
    "homepage_url": "http:\/\/mashupnote.com",
    "icons": {
        "16": "icons\/mashupnote16.png",
        "48": "icons\/mashupnote48.png",
        "128": "icons\/mashupnote128.png"
    },
    "minimum_chrome_version": "21",
    "browser_action": {
        "default_icon": "icons\/mashupnote19.png",
        "default_title": "Mashup Note"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.min.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' chrome-extension-resource:; object-src 'self'",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery.textHighlighter.js",
                "src\/inject\/inject.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "MashupNote.html",
        "css\/mashupnote-tool.css",
        "icons\/mashupnote-view-note-pl.png",
        "icons\/mashupnote-view-note-bg.png",
        "icons\/mashupnote-enable-highlight-pl.png",
        "icons\/mashupnote-enable-highlight-bg.png",
        "js\/jquery\/jquery.min.map"
    ]
}