Quick Links
Quick links to 10 popular websites.
Vad är Quick Links?
Quick Links är en Chrome-tillägg utvecklad av https://quicklinksapp.com, och dess huvudfunktion är "Quick links to 10 popular websites.".
Tilläggsskärmbilder
Ladda ner Quick Links-förlängningens CRX-fil
Ladda ner Quick Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Open the popup of this extension and access popular websites with one click.
Grundläggande Information om Tillägg
Namn | Quick Links |
ID | eejlhbpajmfmjgaedlekjlmiojhdgmnp |
Officiell webbadress | https://chromewebstore.google.com/detail/quick-links/eejlhbpajmfmjgaedlekjlmiojhdgmnp |
Beskrivning | Quick links to 10 popular websites. |
Filstorlek | 102 KB |
Antal Installationer | 29,799 |
Aktuell Version | 4.50 |
Senast Uppdaterad | 2019-02-04 |
Publiceringsdatum | 2019-02-04 |
Betyg | 3.52/5 Totalt 607 Betyg |
Utvecklare | https://quicklinksapp.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.quicklinksapp.com/ |
Hjälpsida URL | http://www.quicklinksapp.com/p/your-privacy-is-important-and-personal.html |
URL till Sekretesspolicy Sidan | http://earth3dmap.com/privacy-policy |
Stödda Språk | 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'" } |