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 |
| 官方網址 | 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
}
]
} | |