Popsicle: A Minimalist New Tab Replacement
A very minimal New Tab extension for Google Chrome.
Popsicle: A Minimalist New Tab Replacementとは何ですか?
Popsicle: A Minimalist New Tab Replacementはhttps://dougbeney.comによって開発されたChromeの拡張機能で、その主な機能は「A very minimal New Tab extension for Google Chrome.」です。
拡張機能のスクリーンショット
Popsicle: A Minimalist New Tab Replacement拡張機能のCRXファイルをダウンロード
Popsicle: A Minimalist New Tab Replacement拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Popsicle gives you a minimal new tab page, with new, inspiring quotes every time you open a new tab.
In the settings page, you can fully customize this plugin. Choose from 35 different quote categories, completely tweak the color scheme, and add a background image.
Github Source: https://github.com/DougBeney/Popsicle-Google-Chrome-Extension 拡張機能の基本情報
| 名前 | |
| ID | loigpbgkmjjhjodnhlpmbjmojchpdjih |
| 公式URL | https://chromewebstore.google.com/detail/popsicle-a-minimalist-new/loigpbgkmjjhjodnhlpmbjmojchpdjih |
| 説明 | A very minimal New Tab extension for Google Chrome. |
| ファイルサイズ | 2.5 MB |
| インストール数 | 76 |
| 現在のバージョン | 0.76 |
| 最終更新日 | 2017-08-16 |
| 公開日 | 2017-08-16 |
| 評価 | 4.71/5 合計 7 レビュー |
| 開発者 | https://dougbeney.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://dougbeney.com |
| ヘルプページのURL | https://dougbeney.com/contact |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Popsicle: A Minimalist New Tab Replacement",
"description": "A very minimal New Tab extension for Google Chrome.",
"version": "0.76",
"options_page": "settings.html",
"author": "Doug Beney",
"icons": {
"16": "\/static\/icon\/icon16.png",
"48": "\/static\/icon\/icon48.png",
"128": "\/static\/icon\/icon128.png"
},
"browser_action": {
"default_icon": "\/static\/icon\/icon.png",
"default_popup": "popup.html"
},
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
]
} | |