Pastel Tab
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
Pastel Tabとは何ですか?
Pastel Tabはwilliamyenyによって開発されたChromeの拡張機能で、その主な機能は「Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…」です。
拡張機能のスクリーンショット
Pastel Tab拡張機能のCRXファイルをダウンロード
Pastel Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed. This project is inspired by automatic pastels on Tumblr. Star + fork the project on Github here! https://github.com/williamyeny/pastel-tab
拡張機能の基本情報
名前 | Pastel Tab |
ID | olbihpfkfhmeonjellidnieandnfaapd |
公式URL | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
説明 | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
ファイルサイズ | 79.39 KB |
インストール数 | 3,824 |
現在のバージョン | 1.1 |
最終更新日 | 2017-02-21 |
公開日 | 2017-02-21 |
評価 | 2.76/5 合計 58 レビュー |
開発者 | williamyeny |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pastel Tab", "version": "1.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |