
Custom Sourcemaps bởi wartmanm
Define custom source maps for javascript files.
Siêu dữ liệu mở rộng
Ảnh chụp màn hình


Về tiện ích mở rộng này
Custom Sourcemaps adds a devtools panel in which you can define custom source maps for scripts that don’t provide them.
Permissions
Limitations and known issues
Permissions
webRequest
,webRequestBlocking
,<all_urls>
: Used to modify headers on script requests.storage
,unlimitedStorage
: Used to retain source map settings across browsing sessions, and store uploaded source maps.
Limitations and known issues
- Only scripts with “src” attributes are supported, not inline scripts or
eval()
ed strings. Non-http(s) sources will also not work due to bug 1475832. - When first opening the panel, all scripts on the page are shown, even if they were blocked by Tracking Protection, NoScript or others.
- Scripts substituted by Decentraleyes may not be shown or might not have source mapping applied.
- Uploaded source maps don’t always work correctly. While it’s less convenient, they can be added as
file://
URLs instead. - Scripts with pre-existing source maps are not identified.
- Source mapping is only done after you open the dev tools for a page.
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệuTìm hiểu thêm
Quyền hạn bắt buộc:
- Truy cập dữ liệu của bạn trên mọi trang web
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 0.2.1
- Kích cỡ
- 35,4 KB
- Cập nhật gần nhất
- 6 năm trước (12 Thg 01 2020)
- Thể loại có liên quan
- Giấy phép
- Mozilla Public License 2.0
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Ghi chú phát hành cho phiên bản 0.2.1
* Fixed sourcemapping not starting until the sourcemap panel was opened.
* Minor CSS tweaks
* Minor CSS tweaks