Clean & Responsive New Tab

Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.

Τι είναι το Clean & Responsive New Tab;

Το Clean & Responsive New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://52q.net, και η κύρια λειτουργία του είναι "Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Clean & Responsive New Tab

Λήψη αρχείων επέκτασης Clean & Responsive New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.

PS: It's forked from https://github.com/pacemkr/clean-newtab-page-chrome-extension (It can't work with the lastest chrome)

在Chrome原生新标签页基础上,隐藏掉了谷歌搜索等不常用模块,只保留了常用网站模块。重要的是,常用网站的列表支持响应式窗口缩放,确保在各种常见分辨率下都有较好的视觉效果。

备注:衍生自https://github.com/pacemkr/clean-newtab-page-chrome-extension (他这个版本安装后不起作用,只好自己动手,于是诞生了这个小插件。)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clean & Responsive New Tab Clean & Responsive New Tab
ID lpnkkobpgijmokndhekbfkakhimjenil
Επίσημο URL https://chrome.google.com/webstore/detail/clean-responsive-new-tab/lpnkkobpgijmokndhekbfkakhimjenil
Περιγραφή Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.
Μέγεθος Αρχείου 6.88 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2014-11-19
Ημερομηνία Δημοσίευσης 2014-11-19
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://52q.net
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ahu/Clean-Responsive-Chrome-NewTab
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ahu/Clean-Responsive-Chrome-NewTab
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean & Responsive New Tab",
    "description": "Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.",
    "version": "1.1",
    "author": "AHU ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "c&r.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/_\/chrome\/newtab*"
            ]
        }
    ]
}