Alt-Tag Overlay
Display an overlay of alt tags overtop images
什麼是Alt-Tag Overlay?
Alt-Tag Overlay是由https://www.jsabo.net開發的Chrome擴展程式,該擴展的主要功能是“Display an overlay of alt tags overtop images”。
擴展截圖
下載Alt-Tag Overlay擴展crx文件
下載Alt-Tag Overlay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly and easily see all alt tags overlaying the photos currently on the webpage you're viewing. As absolute positioning can screw things up, I included an overlay to see outside of the website's own layout. 擴展基本資訊
| 名稱 | |
| ID | hcccpjiloncfhkjolfepfokhjbgboikm |
| 官方網址 | https://chromewebstore.google.com/detail/alt-tag-overlay/hcccpjiloncfhkjolfepfokhjbgboikm |
| 簡介 | Display an overlay of alt tags overtop images |
| 檔案大小 | 73.1 KB |
| 安裝次數 | 1,359 |
| 目前版本 | 0.92 |
| 更新時間 | 2024-03-01 |
| 上架時間 | 2020-04-09 |
| 評分 | 3.60/5 共 5 次評分 |
| 開發者 | https://www.jsabo.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.jsabo.net |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alt-Tag Overlay",
"description": "Display an overlay of alt tags overtop images",
"version": "0.92",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"backend.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Click to Toggle - Alt-Tag Overlay"
},
"content_scripts": [
{
"matches": [
" | |