Placid Tab New Tab Page
A minimal New Tab page
Placid Tab New Tab Pageとは何ですか?
Placid Tab New Tab Pageはhttps://rileyjshaw.comによって開発されたChromeの拡張機能で、その主な機能は「A minimal New Tab page」です。
拡張機能のスクリーンショット
Placid Tab New Tab Page拡張機能のCRXファイルをダウンロード
Placid Tab New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimal New Tab page. ** New in V2 ** - Now with light AND dark themes! - Options save automatically Usage: Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link. Configuration: To assign your links, either - Click an unassigned quadrant, or - In the Chrome menu click Tools > Extensions > Placid Tab > Options Licence: MIT Project page: https://github.com/rileyjshaw/placid-tab
拡張機能の基本情報
名前 | Placid Tab New Tab Page |
ID | mjcblgoejhkkkhgeadejhkpldglnfmcj |
公式URL | https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj |
説明 | A minimal New Tab page |
ファイルサイズ | 24.66 KB |
インストール数 | 154 |
現在のバージョン | 2.0.0 |
最終更新日 | 2015-10-27 |
公開日 | 2015-10-27 |
評価 | 5.00/5 合計 14 レビュー |
開発者 | https://rileyjshaw.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rileyjshaw/placid-tab |
ヘルプページのURL | https://github.com/rileyjshaw/placid-tab/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placid Tab New Tab Page", "short_name": "Placid Tab", "version": "2.0.0", "manifest_version": 2, "description": "A minimal New Tab page", "author": "rileyjshaw", "chrome_url_overrides": { "newtab": "home.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html" } |