Notepasta
Need little notes saved for easy access? CLICK MEH!
什麼是Notepasta?
Notepasta是由TheScottymo開發的Chrome擴展程式,該擴展的主要功能是“Need little notes saved for easy access? CLICK MEH!”。
擴展截圖
下載Notepasta擴展crx文件
下載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 |
官方網址 | 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" } |