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 |
官方網址 | 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 |
電子郵箱 | [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'" } |