松鼠新主页

松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。

Wat is 松鼠新主页?

松鼠新主页 is een Chrome-extensie ontwikkeld door songshupro, en de belangrijkste functie is "松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 松鼠新主页

Download 松鼠新主页-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        安装该扩展后,您可以使用以下功能:

1.自定义您新标签页上的网站书签。在您自定义添加网站时,会自动获取该网站的标题和logo。

2.自定义您新标签页上的壁纸。
	
3.自定义您新标签页上的搜索引擎

5.读取并展示您Chrome浏览器的书签内容;

6.在经过您的授权后,读取并展示和管理您的历史记录;                    

Basisinformatie over de Extensie

Naam 松鼠新主页 松鼠新主页
ID lfpcncgfmpoedakgeepamhehibdpicja
Officiële URL https://chromewebstore.google.com/detail/%E6%9D%BE%E9%BC%A0%E6%96%B0%E4%B8%BB%E9%A1%B5/lfpcncgfmpoedakgeepamhehibdpicja
Beschrijving 松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。
Bestandsgrootte 54.92 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2020-03-17
Publicatiedatum 2020-03-16
Ontwikkelaar songshupro
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.songshu.pro/index/index/about/info/3.shtml
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u677e\u9f20\u65b0\u4e3b\u9875",
    "description": "\u677e\u9f20\u65b0\u4e3b\u9875 \u5c06\u539f\u751f\u65b0\u6807\u7b7e\u9875\u66ff\u6362\u4e3a\u60a8\u4fdd\u5b58\u7684\u4e66\u7b7e\uff0c\u5e76\u63d0\u4f9b\u4e86\u591a\u79cd\u5feb\u6377\u5b9e\u7528\u7684\u529f\u80fd\u3002",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "history",
        "bookmarks",
        "cookies",
        "tabs",
        "http:\/\/link.kangchenxi.com\/",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/popup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "index.html",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "\u677e\u9f20\u65b0\u4e3b\u9875",
        "default_popup": "views\/popup.html"
    }
}