松鼠新主页
松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。
Cos'è 松鼠新主页?
松鼠新主页 è un'estensione di Chrome sviluppata da songshupro, e la sua funzione principale è "松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 松鼠新主页
Scarica i file di estensione 松鼠新主页 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
安装该扩展后,您可以使用以下功能: 1.自定义您新标签页上的网站书签。在您自定义添加网站时,会自动获取该网站的标题和logo。 2.自定义您新标签页上的壁纸。 3.自定义您新标签页上的搜索引擎 5.读取并展示您Chrome浏览器的书签内容; 6.在经过您的授权后,读取并展示和管理您的历史记录;
Informazioni di Base sull'Estensione
Nome | |
ID | lfpcncgfmpoedakgeepamhehibdpicja |
URL Ufficiale | https://chromewebstore.google.com/detail/%E6%9D%BE%E9%BC%A0%E6%96%B0%E4%B8%BB%E9%A1%B5/lfpcncgfmpoedakgeepamhehibdpicja |
Descrizione | 松鼠新主页 将原生新标签页替换为您保存的书签,并提供了多种快捷实用的功能。 |
Dimensione del File | 54.92 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-03-17 |
Data di Pubblicazione | 2020-03-16 |
Sviluppatore | songshupro |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.songshu.pro/index/index/about/info/3.shtml |
Lingue Supportate | 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" } } |