Notepasta
Need little notes saved for easy access? CLICK MEH!
Apa itu Notepasta?
Notepasta adalah ekstensi Chrome yang dikembangkan oleh TheScottymo, dan fitur utamanya adalah "Need little notes saved for easy access? CLICK MEH!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notepasta
Unduh file ekstensi Notepasta 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
Notepasta is a quick, little button for saving notes that you can just copy/paste whenever you're surfing the web. Simply press the button and start typing and it will autosave whatever is typed in there :D It saves into the "local storage" on your computer so you can use it any time you boot up chrome (and maybe even other browsers in the future). The name "Notepasta" comes from 1) The fact it is for you to store "Note"s and 2) The word "copypasta" which arose on the internet, particularly the icky sites like 4chan meaning a story which is copied and pasted around message boards like campfire stories of the internet. "copy and paste story" > "copy/paste" > "copypasta". Note+copypasta=notepasta
Informasi Dasar Ekstensi
Nama | Notepasta |
ID | hjlanliocnjhjpeljpebmfmfapibajdi |
URL Resmi | https://chromewebstore.google.com/detail/notepasta/hjlanliocnjhjpeljpebmfmfapibajdi |
Deskripsi | Need little notes saved for easy access? CLICK MEH! |
Ukuran File | 7.15 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.14 |
Terakhir Diperbarui | 2014-07-29 |
Tanggal Publikasi | 2014-07-29 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | TheScottymo |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://twitter.com/TheScottymo |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notepasta", "version": "0.14", "description": "Need little notes saved for easy access? CLICK MEH!", "icons": { "16": "pasta_16px.png", "48": "pasta_48px.png", "128": "pasta_128px.png" }, "browser_action": { "default_icon": "pasta.png", "default_popup": "popup.html" }, "author": "Scott 'TheScottymo' Jeisman", "homepage_url": "http:\/\/twitter.com\/thescottymo" } |