Rambler/start

Advanced New Tab with widgets, smart recommendations and favourite websites' selection

Rambler/startคืออะไร?

Rambler/start เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rambler.ru และคุณลักษณะหลักของมันคือ "Advanced New Tab with widgets, smart recommendations and favourite websites' selection"

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

screenshot
screenshot

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

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

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

                        Make your browser’s New Tab useful: get weather forecast, exchange rates, traffic information and new mail alerts. Rambler/start will become even more personal, automatically adding your favourite websites to Quick Access Toolbar. In addition, this extension generates daily recommendations in accordance with your preferences. This extension accelerates your work with the browser: you can instantly access your web surfing and download history. Forget the complicated browser menu - Rambler/start will do everything faster!                    

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

ชื่อ Rambler/start Rambler/start
ID gignacddmmmefainlfmefklgboboiebj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/%D1%80%D0%B0%D0%BC%D0%B1%D0%BB%D0%B5%D1%80%D1%81%D1%82%D0%B0%D1%80%D1%82/gignacddmmmefainlfmefklgboboiebj
คำอธิบาย Advanced New Tab with widgets, smart recommendations and favourite websites' selection
ขนาดไฟล์ 15.02 MB
จำนวนการติดตั้ง 956
เวอร์ชันปัจจุบัน 2.7.8
อัปเดตครั้งล่าสุด 2019-05-14
วันที่เผยแพร่ 2019-05-14
คะแนน 4.94/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://rambler.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://soft.rambler.ru/start/
URL หน้าช่วยเหลือ https://help.rambler.ru/feedback/start/
URL หน้านโยบายความเป็นส่วนตัว http://help.rambler.ru/legal/1142?p=assist
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "default_locale": "ru",
    "version": "2.7.8",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        }
    },
    "web_accessible_resources": [
        "main.html"
    ],
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "modules\/content\/application.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "main.html?#settings",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: https:\/\/nova.rambler.ru https:\/\/soft.rambler.ru https:\/\/id.rambler.ru https:\/\/mail.rambler.ru https:\/\/api.rambler.ru https:\/\/static.rambler.ru https:\/\/st.top100.ru https:\/\/www.google-analytics.com 'sha256-Kuc4kTUXHFXygcdhisGvqvC6NqyvpqDJbs0wL3fmmS4=' 'sha256-mm8IuLqLHlz931hL2fkFfFMn13\/udR3R7+P2GF3gkME='; object-src 'self'"
}