geturls
Extension to get URLs of open chrome tabs
geturls là gì?
geturls là một tiện ích mở rộng Chrome được phát triển bởi https://seattlerules.com, và tính năng chính của nó là "Extension to get URLs of open chrome tabs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng geturls
Tải xuống các tệp mở rộng geturls dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extension to get URLs of open chrome tabs, and display them in a single list in a popup window, allowing one to easily copy and paste urls of all open tabs for future reference. Clicking the url in the popup window highlights a current tab. Functional buttons to: -only show images on the page in the current tab -remove all media (video, audio, images) from the page in the current tab -close all tabs, except the current tab You should install this if you frequently deal with multiple tabs, and want to filter media.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | geturls |
ID | enkbdcdmbcijggpeondbdhdbfhcjbfmc |
URL Chính Thức | https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc |
Mô tả | Extension to get URLs of open chrome tabs |
Kích Thước Tệp | 35.55 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.0.0.2 |
Cập Nhật Lần Cuối | 2014-11-20 |
Ngày Phát Hành | 2014-11-20 |
Nhà Phát Triển | https://seattlerules.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://seattlerules.com/geturls |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "geturls", "description": "Extension to get URLs of open chrome tabs", "version": "1.0.0.2", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Get Tab Urls", "default_icon": "icon_128.png", "default_popup": "index.html" } } |