12Startpage.com - Startpage Manager

12Startpage.com - Startpage Manager

12Startpage.com - Startpage Managerคืออะไร?

12Startpage.com - Startpage Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://12startpage.com และคุณลักษณะหลักของมันคือ "12Startpage.com - Startpage Manager"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 12Startpage.com - Startpage Manager

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

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

                        Start the web with your usefull Startpage.
All important functions from one source.

Overview:

1. Search from Google, Bing or Yahoo.
2. eMail, Weather, Google Calendar, Notes.
3. Your Website-Favorites placed on startpage.
4. One searchbar for multiple targets. Amazon, eBay, Youtube, Wikipedia, Translator and other Tools.
5. Upload your own background image from lovely sources like family,car,pets or use our database of images.
6. Sync your Website-Favorits with your Phone or Tablet.

EULA
http://www.12startpage.com/pages/en/terms.php

Privacy Policy
http://www.12startpage.com/pages/en/privacy.php

------------------------------------------------------------------------------------

Starte ins Web mit einer schnellen und intelligenten Startseite.
Alle wichtigen Funktionen auf einer Seite.

Übersicht:

1. Websuche mit Google, Bing oder Yahoo.
2. eMail, Wetter, Google Kalendar, Notizen.
3. Deine Lesezeichen direkt auf der Startseite griffbereit.
4. Eine Suchleiste mit mehreren Zielen. Amazon, eBay, Youtube, Wikipedia, Translator und weitere Tools.
5. Lade ein eigenes privates Hintergrundbild von Deiner Familie, Auto, Haustier, Landschaft usw hoch oder verwende eines der Bilder in der Galerie.
6. Snychronisiere Deine Lesezeichen mit deinem Handy oder tablet.

AGB
http://www.12startpage.com/pages/de/agb.php

Datenschutzerklärung
http://www.12startpage.com/pages/de/datenschutz.php                    

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

ชื่อ 12Startpage.com - Startpage Manager 12Startpage.com - Startpage Manager
ID dcfapkagbhdddobhahhoelfpojbhmjdn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/12startpagecom-startpage/dcfapkagbhdddobhahhoelfpojbhmjdn
คำอธิบาย 12Startpage.com - Startpage Manager
ขนาดไฟล์ 23.67 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.2.2.1
อัปเดตครั้งล่าสุด 2019-04-07
วันที่เผยแพร่ 2019-04-07
คะแนน 3.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://12startpage.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.12startpage.com
URL หน้านโยบายความเป็นส่วนตัว https://www.12Startpage.com/pages/en/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "12Startpage.com - Startpage Manager",
    "manifest_version": 2,
    "name": "12Startpage.com - Startpage Manager",
    "version": "2.2.2.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "12StartPage.com",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "22",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.12startpage.com\/*"
        ]
    },
    "permissions": [
        "*:\/\/12startpage.com\/*",
        "tabs",
        "activeTab",
        "management",
        "cookies",
        "storage"
    ]
}