tw-rl
This extension saves URLs to tw-rl.com
tw-rlとは何ですか?
tw-rlはhttps://tw-rl.comによって開発されたChromeの拡張機能で、その主な機能は「This extension saves URLs to tw-rl.com」です。
拡張機能のスクリーンショット
tw-rl拡張機能のCRXファイルをダウンロード
tw-rl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | tw-rl |
ID | kcnjbdafjjfnbnclnhflhbdnpjagaink |
公式URL | https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink |
説明 | This extension saves URLs to tw-rl.com |
ファイルサイズ | 37.47 KB |
インストール数 | 137 |
現在のバージョン | 0.1.1 |
最終更新日 | 2021-05-04 |
公開日 | 2021-05-01 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://tw-rl.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tw-rl.com |
ヘルプページのURL | https://tw-rl.com |
プライバシーポリシーページのURL | https://tw-rl.com/privacy-policy |
対応言語 | 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" } } |