松鼠新主页
松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。
What is 松鼠新主页?
松鼠新主页 is a Chrome extension developed by songshupro, and its main feature is "松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。".
Extension Screenshots
Download 松鼠新主页 Extension CRX File
Download 松鼠新主页 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
安装该扩展后,您可以使用以下功能: 1.自定义您新标签页上的网站书签。在您自定义添加网站时,会自动获取该网站的标题和logo。 2.自定义您新标签页上的壁纸。 3.自定义您新标签页上的搜索引擎 5.读取并展示您Chrome浏览器的书签内容; 6.在经过您的授权后,读取并展示和管理您的历史记录;
Extension Basic Information
Name | |
ID | lfpcncgfmpoedakgeepamhehibdpicja |
Official URL | https://chromewebstore.google.com/detail/%E6%9D%BE%E9%BC%A0%E6%96%B0%E4%B8%BB%E9%A1%B5/lfpcncgfmpoedakgeepamhehibdpicja |
Description | 松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。 |
File Size | 54.92 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2020-03-17 |
Publish Date | 2020-03-16 |
Developer | songshupro |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.songshu.pro/index/index/about/info/3.shtml |
Supported Languages | 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" } } |