tw-rl
This extension saves URLs to tw-rl.com
tw-rl क्या है?
tw-rl https://tw-rl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension saves URLs to tw-rl.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tw-rl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |