Notepasta
Need little notes saved for easy access? CLICK MEH!
Was ist Notepasta?
Notepasta ist eine Chrome-Erweiterung, die von TheScottymo entwickelt wurde, und ihr Hauptmerkmal ist "Need little notes saved for easy access? CLICK MEH!".
Erweiterungsscreenshots
Notepasta-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notepasta-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Notepasta |
ID | hjlanliocnjhjpeljpebmfmfapibajdi |
Offizielle URL | https://chromewebstore.google.com/detail/notepasta/hjlanliocnjhjpeljpebmfmfapibajdi |
Beschreibung | Need little notes saved for easy access? CLICK MEH! |
Dateigröße | 7.15 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.14 |
Letztes Update | 2014-07-29 |
Veröffentlichungsdatum | 2014-07-29 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | TheScottymo |
Zahlungsart | free |
Hilfeseite URL | https://twitter.com/TheScottymo |
Unterstützte Sprachen | 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" } |