Notepasta
Need little notes saved for easy access? CLICK MEH!
Notepastaคืออะไร?
Notepasta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheScottymo และคุณลักษณะหลักของมันคือ "Need little notes saved for easy access? CLICK MEH!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notepasta
ดาวน์โหลดไฟล์ส่วนขยาย Notepasta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notepasta |
ID | hjlanliocnjhjpeljpebmfmfapibajdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notepasta/hjlanliocnjhjpeljpebmfmfapibajdi |
คำอธิบาย | Need little notes saved for easy access? CLICK MEH! |
ขนาดไฟล์ | 7.15 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.14 |
อัปเดตครั้งล่าสุด | 2014-07-29 |
วันที่เผยแพร่ | 2014-07-29 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | TheScottymo |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://twitter.com/TheScottymo |
ภาษาที่รองรับ | 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" } |