Note To Self (NTS)
A simple web cliping / highlighting / notation tool for Google Chrome
Apa itu Note To Self (NTS)?
Note To Self (NTS) adalah ekstensi Chrome yang dikembangkan oleh http://lucidmoon.co.uk, dan fitur utamanya adalah "A simple web cliping / highlighting / notation tool for Google Chrome".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Note To Self (NTS)
Unduh file ekstensi Note To Self (NTS) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A minimal web clipping / text highlighting / notation tool. Clip text, links, images, HTML5 video & audio - all manageable from a simple central interface. Now leveraging chrome.storage.sync for cross browser syncing via your Google account.
Informasi Dasar Ekstensi
Nama | |
ID | emphjhogfehclnepkbghhnbbgjekfjme |
URL Resmi | https://chrome.google.com/webstore/detail/note-to-self-nts/emphjhogfehclnepkbghhnbbgjekfjme |
Deskripsi | A simple web cliping / highlighting / notation tool for Google Chrome |
Ukuran File | 72.37 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2014-10-02 |
Tanggal Publikasi | 2014-10-02 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | http://lucidmoon.co.uk |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note To Self (NTS)", "version": "1.2.1", "manifest_version": 2, "description": "A simple web cliping \/ highlighting \/ notation tool for Google Chrome", "homepage_url": "http:\/\/www.lucidmoon.co.uk", "icons": { "128": "icon_128.png" }, "permissions": [ "contextMenus", "tabs", "storage" ], "background": { "scripts": [ "js\/lib\/lodash.js", "js\/lib\/nts.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/lib\/jquery.js", "js\/lib\/jquery.highlight.js", "js\/lib\/lodash.js", "js\/lib\/nts.js", "js\/lib\/nts.content.js", "js\/content.js" ] } ], "options_page": "options.html", "browser_action": { "name": "Note to self", "default_icon": { "19": "icon_19.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |