Notepasta
Need little notes saved for easy access? CLICK MEH!
Co je Notepasta?
Notepasta je rozšíření Chrome vyvinuté TheScottymo, a jeho hlavní funkcí je „Need little notes saved for easy access? CLICK MEH!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Notepasta
Stáhněte si soubory rozšíření Notepasta ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Notepasta |
ID | hjlanliocnjhjpeljpebmfmfapibajdi |
Oficiální URL | https://chromewebstore.google.com/detail/notepasta/hjlanliocnjhjpeljpebmfmfapibajdi |
Popis | Need little notes saved for easy access? CLICK MEH! |
Velikost souboru | 7.15 KB |
Počet instalací | 30 |
Aktuální Verze | 0.14 |
Poslední Aktualizace | 2014-07-29 |
Datum Vydání | 2014-07-29 |
Hodnocení | 3.33/5 Celkem 3 Hodnocení |
Vývojář | TheScottymo |
Typ Platby | free |
URL Stránky Nápovědy | https://twitter.com/TheScottymo |
Podporované Jazyky | 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" } |