Readefine - Reword the Internet
Turn confusing jargon into simple English, or just give the internet a fresh spin.
Readefine - Reword the Internet क्या है?
Readefine - Reword the Internet https://readefine.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn confusing jargon into simple English, or just give the internet a fresh spin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readefine - Reword the Internet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Readefine rewords the internet. -Dictionaries at Hyper-speed Readefine's advanced dictionary engine lets you automatically reword thousands of words and phrases. Use your own dictionary, or opt-in to our community created dictionaries, and Readefine will reword the dictionary items faster than you can say "Wait, what does that word mean?" -AI-Powered Rewording Magic Ever wish the internet spoke YOUR language? With our AI-driven rewording tool, it kind of does. Whether you're translating, summarizing, or just browsing, Readefine shapes the web to suit you. Readefine AI allows you to: * Simplify for Children, Average Adults, and ESL * Summarize * Complexify * Change Tones to make text sound more professional, friendly, or even sarcastic * Translate into many languages, including Spanish, Greek, Russian, and Latin * Reword as a pirate, a mob boss, or Yoda * Convert units of measurement, like Celsius to Fahrenheit With an upgraded subscription, you can change the AI prompts to reword the internet however you'd like! Try it today!
एक्सटेंशन की मूल जानकारी
नाम | Readefine - Reword the Internet |
ID | odfcpcabgcopkkpicbnebpefigppfglm |
आधिकारिक URL | https://chromewebstore.google.com/detail/readefine-reword-the-inte/odfcpcabgcopkkpicbnebpefigppfglm |
विवरण | Turn confusing jargon into simple English, or just give the internet a fresh spin. |
फ़ाइल का आकार | 3.08 MB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 5.0.0 |
अंतिम अपडेट | 2023-11-29 |
प्रकाशन तिथि | 2020-12-31 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://readefine.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
सहायता पृष्ठ URL | https://app.readefine.ai/?modal=contact-us |
गोपनीयता नीति पृष्ठ URL | https://app.readefine.ai?modal=privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Readefine - Reword the Internet", "version": "5.0.0", "permissions": [ "storage" ], "description": "Turn confusing jargon into simple English, or just give the internet a fresh spin.", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "assets\/popper.min.js", "assets\/readefine_tooltip-bundle.umd.min.js", "js\/content_main.js" ], "css": [ "css\/content_main.css" ], "exclude_matches": [ "https:\/\/app.readefine.ai\/*", "https:\/\/staging.readefine.ai\/*", "http:\/\/127.0.0.1:3000\/*" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/app.readefine.ai\/*", "https:\/\/staging.readefine.ai\/*" ], "js": [ "js\/check_login_status_cs.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/app.readefine.ai\/*", "https:\/\/staging.readefine.ai\/*", "http:\/\/127.0.0.1:3000\/*" ] }, "homepage_url": "https:\/\/app.readefine.ai", "action": { "default_icon": "assets\/exticon.png", "default_popup": "\/popup\/build\/index.html" }, "background": { "service_worker": "js\/background.js" }, "icons": { "16": "assets\/exticon.png", "48": "assets\/exticon.png" }, "web_accessible_resources": [ { "resources": [ "assets\/testicon.png", "assets\/icon.png", "assets\/index.css", "assets\/google_fonts.woff2", "assets\/Roboto-Light.ttf", "assets\/a_roboto.woff2", "popup\/build\/index.html", "css\/content_main.css", "select-to-readefine\/*" ], "matches": [ " |