tw-rl
This extension saves URLs to tw-rl.com
Was ist tw-rl?
tw-rl ist eine Chrome-Erweiterung, die von https://tw-rl.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension saves URLs to tw-rl.com".
Erweiterungsscreenshots
tw-rl-Erweiterungs-CRX-Datei herunterladen
Laden Sie tw-rl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | tw-rl |
ID | kcnjbdafjjfnbnclnhflhbdnpjagaink |
Offizielle URL | https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink |
Beschreibung | This extension saves URLs to tw-rl.com |
Dateigröße | 37.47 KB |
Installationsanzahl | 137 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2021-05-04 |
Veröffentlichungsdatum | 2021-05-01 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://tw-rl.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tw-rl.com |
Hilfeseite URL | https://tw-rl.com |
URL der Datenschutzrichtlinien-Seite | https://tw-rl.com/privacy-policy |
Unterstützte Sprachen | 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" } } |