Particulator
Space type New Tab Page
Particulatorとは何ですか?
ParticulatorはShikhar Paliwalによって開発されたChromeの拡張機能で、その主な機能は「Space type New Tab Page」です。
拡張機能のスクリーンショット
Particulator拡張機能のCRXファイルをダウンロード
Particulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes your new tab awesome by giving a feel of space. Do try it! 拡張機能の基本情報
| 名前 | |
| ID | dnaonceapmiahhdecdbkfalmlbmggapf |
| 公式URL | https://chromewebstore.google.com/detail/particulator/dnaonceapmiahhdecdbkfalmlbmggapf |
| 説明 | Space type New Tab Page |
| ファイルサイズ | 5.43 MB |
| インストール数 | 18 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2017-07-01 |
| 公開日 | 2017-07-01 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Shikhar Paliwal |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Particulator",
"version": "0.4",
"author": "Shikhar",
"description": "Space type New Tab Page",
"chrome_url_overrides": {
"newtab": "tab.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
} | |