Lectio link extension
Brug denne extension, hvis du ikke kan huske, hvordan man laver hyperlinks i dine beskeder i Lectio!
What is Lectio link extension?
Lectio link extension is a Chrome extension developed by Victor Boesen, and its main feature is "Brug denne extension, hvis du ikke kan huske, hvordan man laver hyperlinks i dine beskeder i Lectio!".
Extension Screenshots
Download Lectio link extension Extension CRX File
Download Lectio link extension 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
Brug denne extension, hvis du ikke kan huske, hvordan man laver hyperlinks i dine beskeder i Lectio!
Extension Basic Information
Name | Lectio link extension |
ID | nencdamljmolcakplpgoonadgbffelcm |
Official URL | https://chromewebstore.google.com/detail/lectio-link-extension/nencdamljmolcakplpgoonadgbffelcm |
Description | Brug denne extension, hvis du ikke kan huske, hvordan man laver hyperlinks i dine beskeder i Lectio! |
File Size | 4.98 KB |
Installation Count | 44 |
Current Version | 1.0 |
Last Updated | 2021-05-17 |
Publish Date | 2021-05-17 |
Developer | Victor Boesen |
[email protected] | |
Payment Type | free |
Supported Languages | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lectio link extension", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/www.lectio.dk\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js; object-src 'self'", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "EZ link GG" } } |