The Altening Saver - Unofficial
Log 'Generate Alt' button clicks into a txt
什么是The Altening Saver - Unofficial?
The Altening Saver - Unofficial是由Intent开发的Chrome扩展程序,该扩展的主要功能是“Log 'Generate Alt' button clicks into a txt”。
扩展截图
下载The Altening Saver - Unofficial扩展crx文件
下载The Altening Saver - Unofficial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With The Altening Saver, every time you generate an alt on the panel, it will be copied to a list that you can then view, and copy to clipboard by clicking the icon of this extension. The generated list conforms with the standard client account manager combo format, e.g. email:pass.
扩展基本信息
名称 | |
ID | ggdfagoidfaekenhaeofhcpkkhfakijl |
官方URL | https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl |
简介 | Log 'Generate Alt' button clicks into a txt |
文件大小 | 81.74 KB |
安装次数 | 241 |
当前版本 | 1.0 |
更新时间 | 2019-09-18 |
上架时间 | 2019-09-18 |
评分 | 5.00/5 共3次评分 |
开发者 | Intent |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Altening Saver - Unofficial", "short_name": "The Altening Saver", "description": "Log 'Generate Alt' button clicks into a txt", "version": "1.0", "author": "Intent", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/panel.thealtening.com\/" ], "js": [ "jquery.js", "inject.js" ] } ], "browser_action": { "default_icon": { "16": "16.png", "20": "20.png", "32": "32.png", "40": "40.png" }, "default_title": "The Altening Saver", "default_popup": "popup.html" }, "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png" }, "permissions": [ "activeTab", "https:\/\/panel.thealtening.com\/" ] } |