Spaceship Launcher

Welcome aboard the Chrome spaceship, captain

Spaceship Launcherคืออะไร?

Spaceship Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rdir.in และคุณลักษณะหลักของมันคือ "Welcome aboard the Chrome spaceship, captain"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Spaceship Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        New Tab page that gives you an opportunity to be the captain of you spaceship, while getting things done.
Onboard the Chrome spaceship with every new tab, and get reminded of our beautiful space with this coolest spaceship command center.

• Quick access to your popular sites
• View and access recent web pages
• View and access recent bookmarks
• See the weather and forecast
• Captain's console with actions, links, and search
• Special tricks and Warp Speed!

GET IN TOUCH (We would love to hear your suggestions)
Email us at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spaceship Launcher Spaceship Launcher
ID lponbenffmiloooeglmaapadcjakmabi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spaceship-launcher/lponbenffmiloooeglmaapadcjakmabi
คำอธิบาย Welcome aboard the Chrome spaceship, captain
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-12-29
วันที่เผยแพร่ 2019-12-29
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://rdir.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://stacktab.io/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spaceship Launcher",
    "version": "1.0.1",
    "description": "Welcome aboard the Chrome spaceship, captain",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "topSites",
        "history",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/fui16.png",
        "32": "images\/fui32.png",
        "48": "images\/fui48.png",
        "128": "images\/fui128.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rdir.in\/*"
            ],
            "js": [
                "resources\/actions.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}