Cleanstart - New Tab Page & Bookmark Manager

Cleanstart is a simple new tab page & bookmark manager featuring beautiful wallpapers, intelligent search, and a weather widget

Cleanstart - New Tab Page & Bookmark Managerคืออะไร?

Cleanstart - New Tab Page & Bookmark Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rulko.ca และคุณลักษณะหลักของมันคือ "Cleanstart is a simple new tab page & bookmark manager featuring beautiful wallpapers, intelligent search, and a weather widget"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cleanstart - New Tab Page & Bookmark Manager

ดาวน์โหลดไฟล์ส่วนขยาย Cleanstart - New Tab Page & Bookmark Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        It's an all-in-one solution for a cleaner and simpler new tab page. Search in a beautiful and clutter-free environment that puts your favorite search engines at your fingertips and use the intuitive bookmark manager to view and edit your bookmarks from the new tab page or from anywhere on the web.

Highlights:
✪ The Quick Links feature lets you access your favorite websites easily
✪ Choose to show a weather widget next to the clock
✪ Choose to get a new inspirational quote on your page every day
✪ Select from many dynamic wallpaper options such as the NASA Image of the Day, random images or gradients, or use your own photo
✪ Use the advanced autocomplete to get quick summaries of searches at a glance
✪ Customize the look of your page with colors options, font options, positioning options, and many more

-------------
Permissions:
• Read and change data on a number of websites (wikipedia.org, feeds.feedburner.com, suggestqueries.google.com,  and nasa.gov)
   ↪ Cleanstart requires access to these websites to pull data for the quote of the day, NASA image of the day wallpapers, and search autocomplete features
• Replace the page you see when opening a new tab
   ↪ Cleanstart requires this permission to appear on the New Tab Page
• Read the icons of the websites you visit
   ↪ Cleanstart requires this permission to display icons next to your bookmarks in the bookmark manager
• Read and change your bookmarks
   ↪ Cleanstart requires this permission to display and edit your bookmarks in the bookmark manager                    

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

ชื่อ Cleanstart - New Tab Page & Bookmark Manager Cleanstart - New Tab Page & Bookmark Manager
ID gnkaijpoaggdacgdeajkblgkekhgjgga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cleanstart-new-tab-page-b/gnkaijpoaggdacgdeajkblgkekhgjgga
คำอธิบาย Cleanstart is a simple new tab page & bookmark manager featuring beautiful wallpapers, intelligent search, and a weather widget
ขนาดไฟล์ 85.86 MB
จำนวนการติดตั้ง 425
เวอร์ชันปัจจุบัน 2.2 Photon
อัปเดตครั้งล่าสุด 2021-01-03
วันที่เผยแพร่ 2020-05-21
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://rulko.ca
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cleanstart - New Tab Page & Bookmark Manager",
    "short_name": "Cleanstart",
    "description": "Cleanstart is a simple new tab page & bookmark manager featuring beautiful wallpapers, intelligent search, and a weather widget",
    "author": "Theo Rulko",
    "version": "2.2",
    "version_name": "2.2 Photon",
    "incognito": "split",
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/",
        "unlimitedStorage",
        "fontSettings",
        "http:\/\/feeds.feedburner.com\/brainyquote\/QUOTEBR",
        "https:\/\/suggestqueries.google.com\/complete*",
        "https:\/\/en.wikipedia.org\/*",
        "https:\/\/www.nasa.gov\/rss\/dyn\/lg_image_of_the_day.rss"
    ],
    "optional_permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "1506": "assets\/logo\/512.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html?popup=true",
        "default_title": "Bookmarks",
        "default_icon": {
            "32": "assets\/bookmark-icon\/32w.png",
            "48": "assets\/bookmark-icon\/48w.png",
            "128": "assets\/bookmark-icon\/128w.png"
        }
    },
    "options_page": "index.html?settings=true",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}