linkr
A place for all your links
Wat is linkr?
linkr is een Chrome-extensie ontwikkeld door https://grabgetgo.com, en de belangrijkste functie is "A place for all your links".
Extensie Screenshots
Download het CRX-bestand van de extensie linkr
Download linkr-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
using linkr you can save your link in one place its free
Basisinformatie over de Extensie
Naam | linkr |
ID | nlllpofijkcmgiokjhbplenhcmegjafe |
Officiële URL | https://chromewebstore.google.com/detail/linkr/nlllpofijkcmgiokjhbplenhcmegjafe |
Beschrijving | A place for all your links |
Bestandsgrootte | 834 KB |
Aantal Installaties | 76 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-02-26 |
Publicatiedatum | 2020-02-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://grabgetgo.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "linkr", "short_name": "linkr", "version": "1.1", "manifest_version": 2, "description": "A place for all your links", "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "icons": { "16": "imgs\/favicon-32x32.png", "32": "imgs\/favicon-32x32.png", "128": "imgs\/favicon-32x32.png" }, "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "imgs\/favicon-32x32.png", "default_title": "linkr by GrabGetGo", "default_popup": "linkr.html" }, "permissions": [ "tabs", "identity", "activeTab", " |