Home Teaching Board - lds.org (Beta)
(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.
Home Teaching Board - lds.org (Beta)とは何ですか?
Home Teaching Board - lds.org (Beta)はtkburbidgeによって開発されたChromeの拡張機能で、その主な機能は「(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.」です。
拡張機能のスクリーンショット
Home Teaching Board - lds.org (Beta)拡張機能のCRXファイルをダウンロード
Home Teaching Board - lds.org (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Home Teaching Board adds a "View as Board" button to your home teaching tools on lds.org. The Home Teaching Board makes it easy to review all home teaching companionships and assignments at once. Drag and drop to reorganize home teaching to create the perfect setup.
拡張機能の基本情報
名前 | Home Teaching Board - lds.org (Beta) |
ID | fiflfioabhflkinlghlahpdhmdbmcflg |
公式URL | https://chromewebstore.google.com/detail/home-teaching-board-ldsor/fiflfioabhflkinlghlahpdhmdbmcflg |
説明 | (Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board. |
ファイルサイズ | 2.64 MB |
インストール数 | 122 |
現在のバージョン | 0.7.0 |
最終更新日 | 2017-03-14 |
公開日 | 2017-03-13 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | tkburbidge |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Home Teaching Board - lds.org (Beta)", "description": "(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.", "version": "0.7.0", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "html\/popup.html" }, "icons": { "128": "images\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.lds.org\/htvt\/*" ], "css": [ "lib\/jquery-ui\/jquery-ui.min.css", "node_modules\/font-awesome\/css\/font-awesome.min.css", "css\/HomeTeachingBoard.css" ], "js": [ "node_modules\/jquery\/dist\/jquery.min.js", "lib\/jquery-ui\/jquery-ui.min.js", "node_modules\/angular\/angular.min.js", "node_modules\/bootstrap\/dist\/js\/bootstrap.min.js", "node_modules\/chance\/dist\/chance.min.js", "js\/HomeTeachingBoard.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "html\/HomeTeachingBoard.html", "node_modules\/font-awesome\/fonts\/*.*" ] } |