Quick Links

Quick links to 10 popular websites.

Wat is Quick Links?

Quick Links is een Chrome-extensie ontwikkeld door https://quicklinksapp.com, en de belangrijkste functie is "Quick links to 10 popular websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick Links

Download Quick Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Open the popup of this extension and access popular websites with one click.                    

Basisinformatie over de Extensie

Naam Quick Links Quick Links
ID eejlhbpajmfmjgaedlekjlmiojhdgmnp
Officiële URL https://chromewebstore.google.com/detail/quick-links/eejlhbpajmfmjgaedlekjlmiojhdgmnp
Beschrijving Quick links to 10 popular websites.
Bestandsgrootte 102 KB
Aantal Installaties 29,799
Huidige Versie 4.50
Laatst Bijgewerkt 2019-02-04
Publicatiedatum 2019-02-04
Beoordeling 3.52/5 Totaal 607 Beoordelingen
Ontwikkelaar https://quicklinksapp.com
Betalingswijze free
Extensiewebsite http://www.quicklinksapp.com/
Help Pagina-URL http://www.quicklinksapp.com/p/your-privacy-is-important-and-personal.html
URL van de Privacybeleid Pagina http://earth3dmap.com/privacy-policy
Ondersteunde Talen 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'"
}