Notes Tab
This extension creates a note pad in a new tab
Apa itu Notes Tab?
Notes Tab adalah ekstensi Chrome yang dikembangkan oleh patrickasdf, dan fitur utamanya adalah "This extension creates a note pad in a new tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notes Tab
Unduh file ekstensi Notes Tab 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
Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab. Features: - Auto-save - Current date in the heading
Informasi Dasar Ekstensi
Nama | |
ID | godhnbnhjjhcooiigbabagepddfmjgbk |
URL Resmi | https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk |
Deskripsi | This extension creates a note pad in a new tab |
Ukuran File | 125 KB |
Jumlah Instalasi | 202 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-08-26 |
Tanggal Publikasi | 2015-08-26 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | patrickasdf |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.patrickmatherly.com |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notes Tab", "description": "This extension creates a note pad in a new tab", "version": "1.2", "permissions": [ "tabs", "topSites" ], "browser_action": [], "chrome_url_overrides": { "newtab": "newpad.html" }, "icons": { "16": "newpadicon16.png", "48": "newpadicon48.png", "128": "newpadicon128.png" } } |