Tag Recovery
Retrieve text from DW forms
Tag Recovery क्या है?
Tag Recovery spitsfire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Retrieve text from DW forms"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tag Recovery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save and recover your tags, form data, for each username in all of your Dreamwidth role play communities. Please leave a review, boost it on Plurk, and send questions/concerns/feedback to [email protected], or leave an issue on the GitHub repo. ============ VERSION 1.0.1 ============ Saved records now display properly on thread pages in textareas on mouse over and revert to previous textarea value on mouse out.
एक्सटेंशन की मूल जानकारी
नाम | Tag Recovery |
ID | pndobcmiekagakecokaakanabdifnhok |
आधिकारिक URL | https://chromewebstore.google.com/detail/tag-recovery/pndobcmiekagakecokaakanabdifnhok |
विवरण | Retrieve text from DW forms |
फ़ाइल का आकार | 1.5 MB |
स्थापना संख्या | 275 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2024-02-05 |
प्रकाशन तिथि | 2024-02-05 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | spitsfire |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tag-recovery.github.io/chrome-extension/ |
सहायता पृष्ठ URL | https://github.com/tag-recovery/chrome-extension/issues |
गोपनीयता नीति पृष्ठ URL | https://tag-recovery.github.io/chrome-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tag Recovery", "version": "1.0.1", "description": "Retrieve text from DW forms", "action": { "default_title": "Tag Recovery", "default_popup": "index.html", "default_icon": { "32": "src\/assets\/img\/Favicon-32x32.png", "36": "src\/assets\/img\/Favicon-32x32.png", "48": "src\/assets\/img\/Favicon-32x32.png" } }, "content_scripts": [ { "js": [ "assets\/icon.js-loader-9ad98588.js" ], "matches": [ "https:\/\/*.dreamwidth.org\/*" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.dreamwidth.org\/*" ], "resources": [ "src\/assets\/css\/styles.css", "assets\/icon.js-f43aaf95.js" ], "use_dynamic_url": true } ] } |