Solar
A living solar system for your new tab page
Solarとは何ですか?
Solarはhttps://mikmaks.co.nfによって開発されたChromeの拡張機能で、その主な機能は「A living solar system for your new tab page」です。
拡張機能のスクリーンショット
Solar拡張機能のCRXファイルをダウンロード
Solar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sets your new tab page to a beautiful solar system. See the 3-day forecast. Keep a convenient to-do list. Check the time. Have your most important links orbiting the sun. All of that and more, when you install Solar. Enjoy :) Changes in version 1.8!: 1. Planets look prettier (arguably :D) 2. Links appear when hovering over planets 3. Fixed Jupiter link bug Again, I stress, tell me if you find any bugs or glitches, and leave feedback if you like it. Thank you!
拡張機能の基本情報
名前 | Solar |
ID | ikkgfgogkemkgheegbioejihpoljdmlo |
公式URL | https://chromewebstore.google.com/detail/solar/ikkgfgogkemkgheegbioejihpoljdmlo |
説明 | A living solar system for your new tab page |
ファイルサイズ | 2.7 MB |
インストール数 | 97 |
現在のバージョン | 1.8 |
最終更新日 | 2016-06-30 |
公開日 | 2016-06-29 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | https://mikmaks.co.nf |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solar", "description": "A living solar system for your new tab page", "version": "1.8", "icons": { "16": "graphics\/icon16.png", "48": "graphics\/icon48.png", "128": "graphics\/icon128.png" }, "chrome_url_overrides": { "newtab": "system.html" }, "permissions": [ "storage", "geolocation" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |