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. 扩展基本信息
| 名称 | |
| 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
}
]
} | |