Tag Recovery

Retrieve text from DW forms

Tag Recoveryคืออะไร?

Tag Recovery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spitsfire และคุณลักษณะหลักของมันคือ "Retrieve text from DW forms"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tag Recovery

ดาวน์โหลดไฟล์ส่วนขยาย Tag Recovery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
        }
    ]
}