Tag Recovery

Retrieve text from DW forms

Tag Recovery란 무엇입니까?

Tag Recovery은(는) spitsfire에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retrieve text from DW forms"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tag Recovery 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
        }
    ]
}