Quick Links
Quick links to 10 popular websites.
什么是Quick Links?
Quick Links是由https://quicklinksapp.com开发的Chrome扩展程序,该扩展的主要功能是“Quick links to 10 popular websites.”。
扩展截图
下载Quick Links扩展crx文件
下载Quick Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open the popup of this extension and access popular websites with one click.
扩展基本信息
名称 | Quick Links |
ID | eejlhbpajmfmjgaedlekjlmiojhdgmnp |
官方URL | https://chromewebstore.google.com/detail/quick-links/eejlhbpajmfmjgaedlekjlmiojhdgmnp |
简介 | Quick links to 10 popular websites. |
文件大小 | 102 KB |
安装次数 | 29,799 |
当前版本 | 4.50 |
更新时间 | 2019-02-04 |
上架时间 | 2019-02-04 |
评分 | 3.52/5 共607次评分 |
开发者 | https://quicklinksapp.com |
付费类型 | free |
扩展官网 | http://www.quicklinksapp.com/ |
帮助页面URL | http://www.quicklinksapp.com/p/your-privacy-is-important-and-personal.html |
隐私政策页面URL | http://earth3dmap.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "4.50", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |