Quicklist
A simple chrome extension that stores links and notes
Quicklistとは何ですか?
Quicklistはhttps://marcusholmes.bizによって開発されたChromeの拡張機能で、その主な機能は「A simple chrome extension that stores links and notes」です。
拡張機能のスクリーンショット
Quicklist拡張機能のCRXファイルをダウンロード
Quicklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quicklist is a simple, fast reminder toolbar extension. Create notes and tag pages without cluttering your bookmark lists. Tick them when they're done and they disappear. Quicklist stores the items in Chrome synced storage, so your items will be shared across all the Chrome installs you use with your account. Quicklist does no logging, no measurement, no timing, no nagging, no emailed reminders, no nasty little popups reminding you that you've not done anything productive today. It just sits there remembering stuff for you. It comes wrapped in nice friendly colours. It's really simple to use. It wants to help you and make your life better. You should definitely install it.
拡張機能の基本情報
名前 | Quicklist |
ID | abcccpnegcjeloaemkldchekioailgph |
公式URL | https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph |
説明 | A simple chrome extension that stores links and notes |
ファイルサイズ | 103 KB |
インストール数 | 44 |
現在のバージョン | 1.0.1 |
最終更新日 | 2013-08-12 |
公開日 | 2013-08-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://marcusholmes.biz |
支払い方法 | free |
拡張機能のウェブサイト | http://marcusholmes.biz/Stuff/Quicklist |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quicklist", "description": "A simple chrome extension that stores links and notes", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_popup": "quicklist.html", "default_icon": "logo19.png", "default_title": "Quicklist" }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "storage", "tabs" ] } |