松鼠新主页

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

松鼠新主页란 무엇입니까?

松鼠新主页은(는) songshupro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。"입니다.

확장 프로그램 스크린샷

screenshot

松鼠新主页 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

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

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

확장 프로그램 기본 정보

이름 松鼠新主页 松鼠新主页
ID lfpcncgfmpoedakgeepamhehibdpicja
공식 URL https://chromewebstore.google.com/detail/%E6%9D%BE%E9%BC%A0%E6%96%B0%E4%B8%BB%E9%A1%B5/lfpcncgfmpoedakgeepamhehibdpicja
설명 松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。
파일 크기 54.92 KB
설치 횟수 17
현재 버전 1.0
최근 업데이트 2020-03-17
출시 날짜 2020-03-16
개발자 songshupro
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.songshu.pro/index/index/about/info/3.shtml
지원되는 언어 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"
    }
}