Solar

A living solar system for your new tab page

Solarคืออะไร?

Solar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mikmaks.co.nf และคุณลักษณะหลักของมันคือ "A living solar system for your new tab page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Solar

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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'"
}