Wunderlist.com Shortcut
Opens up Wunderlist.com webpage.
Wunderlist.com Shortcutとは何ですか?
Wunderlist.com ShortcutはLukianによって開発されたChromeの拡張機能で、その主な機能は「Opens up Wunderlist.com webpage.」です。
拡張機能のスクリーンショット
Wunderlist.com Shortcut拡張機能のCRXファイルをダウンロード
Wunderlist.com Shortcut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wunderlist.com Shortcut is a simple button in the extensions toolbar that can get you right to your task manager.
Wunderlist.com Shortcut é um simples botão que fica na barra de extenções e que pode levá-lo direto ao seu gerenciador de tarefas. 拡張機能の基本情報
| 名前 | |
| ID | jfjbndgfndfjjobbnflbofifmgibdgbj |
| 公式URL | https://chromewebstore.google.com/detail/wunderlistcom-shortcut/jfjbndgfndfjjobbnflbofifmgibdgbj |
| 説明 | Opens up Wunderlist.com webpage. |
| ファイルサイズ | 1.3 MB |
| インストール数 | 510 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2012-09-23 |
| 公開日 | 2012-09-23 |
| 評価 | 4.00/5 合計 7 レビュー |
| 開発者 | Lukian |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://ws.codeplex.com/ |
| ヘルプページのURL | https://ws.codeplex.com/discussions |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wunderlist.com Shortcut",
"version": "0.2",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"description": "Opens up Wunderlist.com webpage.",
"background": {
"page": "open_wunderlist.html"
},
"browser_action": {
"default_title": "Wunderlist",
"default_icon": "icon.png"
},
"permissions": [
"tabs"
]
} | |