Nopad
Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!
什麼是Nopad?
Nopad是由wjkay開發的Chrome擴展程式,該擴展的主要功能是“Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!”。
擴展截圖
下載Nopad擴展crx文件
下載Nopad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Nopad is a fast notepad extension. Nopad syncs it's notes to your Chrome account using so it's available wherever you're signed into Chrome (Except mobile versions :(, they don't have support extensions... yet). Please report any issues you have using the support tab on the extension page. --- Install Instructions --- 1) Click add to Chrome. 2) That's it! --- Change Log --- 0.1.7 Added sizing resize. 0.1.6 Fixed time display for old dates. Removed active pinning because it was bad. Fixed shrinking. Fixed some other angular issues. 0.1.5 Fixed some display issues. Sorting now works a bit better and your active note is pinned to the top. Introduced a resizing bug but much better than the table structure that was there. 0.1.4 Fixed permission (now has none!) 0.1.3 Styling changes and fixes 0.1.2 Fixed a bunch of bugs 0.1.1 Released Alpha!
擴展基本資訊
名稱 | Nopad |
ID | mmhhhpngkbmehangnmfjflmloccnpoha |
官方網址 | https://chromewebstore.google.com/detail/nopad/mmhhhpngkbmehangnmfjflmloccnpoha |
簡介 | Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours! |
檔案大小 | 431 KB |
安裝次數 | 757 |
目前版本 | 0.1.7 |
更新時間 | 2018-01-13 |
上架時間 | 2018-01-12 |
評分 | 4.25/5 共 8 次評分 |
開發者 | wjkay |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nopad", "version": "0.1.7", "author": "Will Kehayioff", "description": "Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!", "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "main.html", "default_title": "Nopad, the quick pad." }, "background": { "scripts": [ "\/js\/background.js" ] } } |