tw-rl
This extension saves URLs to tw-rl.com
What is tw-rl?
tw-rl is a Chrome extension developed by https://tw-rl.com, and its main feature is "This extension saves URLs to tw-rl.com".
Extension Screenshots
Download tw-rl Extension CRX File
Download tw-rl 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
tw-rl is a curation platform for collecting tweets, videos and images from around the web. Showcase your creative work or simply share your curations with friends and family. This extension makes adding link cards to your tw-rl.com profile simple, easy and fun.
Extension Basic Information
Name | tw-rl |
ID | kcnjbdafjjfnbnclnhflhbdnpjagaink |
Official URL | https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink |
Description | This extension saves URLs to tw-rl.com |
File Size | 37.47 KB |
Installation Count | 137 |
Current Version | 0.1.1 |
Last Updated | 2021-05-04 |
Publish Date | 2021-05-01 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://tw-rl.com |
[email protected] | |
Payment Type | free |
Extension Website | https://tw-rl.com |
Help Page URL | https://tw-rl.com |
Privacy Policy Page URL | https://tw-rl.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tw-rl", "version": "0.1.1", "description": "This extension saves URLs to tw-rl.com", "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/tw-rl.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.tw-rl.com\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |