Quick Links
Quick links to 10 popular websites.
What is Quick Links?
Quick Links is a Chrome extension developed by https://quicklinksapp.com, and its main feature is "Quick links to 10 popular websites.".
Extension Screenshots
Download Quick Links Extension CRX File
Download Quick Links 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
Open the popup of this extension and access popular websites with one click.
Extension Basic Information
Name | Quick Links |
ID | eejlhbpajmfmjgaedlekjlmiojhdgmnp |
Official URL | https://chromewebstore.google.com/detail/quick-links/eejlhbpajmfmjgaedlekjlmiojhdgmnp |
Description | Quick links to 10 popular websites. |
File Size | 102 KB |
Installation Count | 29,799 |
Current Version | 4.50 |
Last Updated | 2019-02-04 |
Publish Date | 2019-02-04 |
Rating | 3.52/5 Total 607 Ratings |
Developer | https://quicklinksapp.com |
Payment Type | free |
Extension Website | http://www.quicklinksapp.com/ |
Help Page URL | http://www.quicklinksapp.com/p/your-privacy-is-important-and-personal.html |
Privacy Policy Page URL | http://earth3dmap.com/privacy-policy |
Supported Languages | 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'" } |