Tag Recovery

Retrieve text from DW forms

What is Tag Recovery?

Tag Recovery is a Chrome extension developed by spitsfire, and its main feature is "Retrieve text from DW forms".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tag Recovery Extension CRX File

Download Tag Recovery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tag Recovery Tag Recovery
ID pndobcmiekagakecokaakanabdifnhok
Official URL https://chromewebstore.google.com/detail/tag-recovery/pndobcmiekagakecokaakanabdifnhok
Description Retrieve text from DW forms
File Size 1.5 MB
Installation Count 275
Current Version 1.0.1
Last Updated 2024-02-05
Publish Date 2024-02-05
Rating 5.00/5 Total 4 Ratings
Developer spitsfire
Email [email protected]
Payment Type free
Extension Website https://tag-recovery.github.io/chrome-extension/
Help Page URL https://github.com/tag-recovery/chrome-extension/issues
Privacy Policy Page URL https://tag-recovery.github.io/chrome-extension
Supported Languages 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
        }
    ]
}