tw-rl
This extension saves URLs to tw-rl.com
Vad är tw-rl?
tw-rl är en Chrome-tillägg utvecklad av https://tw-rl.com, och dess huvudfunktion är "This extension saves URLs to tw-rl.com".
Tilläggsskärmbilder
Ladda ner tw-rl-förlängningens CRX-fil
Ladda ner tw-rl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | tw-rl |
ID | kcnjbdafjjfnbnclnhflhbdnpjagaink |
Officiell webbadress | https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink |
Beskrivning | This extension saves URLs to tw-rl.com |
Filstorlek | 37.47 KB |
Antal Installationer | 137 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2021-05-04 |
Publiceringsdatum | 2021-05-01 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://tw-rl.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://tw-rl.com |
Hjälpsida URL | https://tw-rl.com |
URL till Sekretesspolicy Sidan | https://tw-rl.com/privacy-policy |
Stödda Språk | 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" } } |