Tag Recovery
Retrieve text from DW forms
Tag Recoveryとは何ですか?
Tag Recoveryはspitsfireによって開発されたChromeの拡張機能で、その主な機能は「Retrieve text from DW forms」です。
拡張機能のスクリーンショット
Tag Recovery拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } ] } |