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" } |