linkr
A place for all your links
What is linkr?
linkr is a Chrome extension developed by https://grabgetgo.com, and its main feature is "A place for all your links".
Extension Screenshots
Download linkr Extension CRX File
Download linkr 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
using linkr you can save your link in one place its free
Extension Basic Information
Name | linkr |
ID | nlllpofijkcmgiokjhbplenhcmegjafe |
Official URL | https://chromewebstore.google.com/detail/linkr/nlllpofijkcmgiokjhbplenhcmegjafe |
Description | A place for all your links |
File Size | 834 KB |
Installation Count | 76 |
Current Version | 1.1 |
Last Updated | 2020-02-26 |
Publish Date | 2020-02-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://grabgetgo.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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", " |