Simply Do
Simply Do is the simplest, most easy to use to-do list you'll ever find.
Simply Doとは何ですか?
Simply Doはhttps://joshuapullen.comによって開発されたChromeの拡張機能で、その主な機能は「Simply Do is the simplest, most easy to use to-do list you'll ever find.」です。
拡張機能のスクリーンショット
Simply Do拡張機能のCRXファイルをダウンロード
Simply Do拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply Do can be used to keep track of events, homework, or tasks you need to complete. Learning to use Simply Do is a snap, so there's nothing getting in the way of you and your goals.
You'll be more productive than ever.
Simply Do keeps all of your information safely stored in Google Chrome. Your to-do-list is for your eyes only, and it's our job to keep it that way. 拡張機能の基本情報
| 名前 | |
| ID | hipnehepikeibdofmddlciccfkijjphf |
| 公式URL | https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf |
| 説明 | Simply Do is the simplest, most easy to use to-do list you'll ever find. |
| ファイルサイズ | 37.84 KB |
| インストール数 | 1,058 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2017-02-14 |
| 公開日 | 2017-02-14 |
| 評価 | 4.79/5 合計 14 レビュー |
| 開発者 | https://joshuapullen.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simply Do",
"version": "1.2",
"description": "Simply Do is the simplest, most easy to use to-do list you'll ever find.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Simply Do",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js",
"jquery.min.js"
],
"persistent": false
},
"permissions": [
"storage"
],
"author": "Josh Pullen"
} | |