Link Finder
Link Finder
Link Finder là gì?
Link Finder là một tiện ích mở rộng Chrome được phát triển bởi https://codingeverything.blogspot.com, và tính năng chính của nó là "Link Finder".
Ả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 Link Finder
Tải xuống các tệp mở rộng Link Finder 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
Find all links to named anchors within the page so you can create descriptive links to content within a page. Simply click the ID button in your browsers action buttons. The page will display all available fragmented links. You can click on any link for a preview of where the page will load. Copy the address directly from the popover or from the address bar after clicking a link. To hide the popups, just click the icon again and you can resume work.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Link Finder |
ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
URL Chính Thức | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
Mô tả | Link Finder |
Kích Thước Tệp | 230 KB |
Số Lần Cài Đặt | 590 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2013-12-25 |
Ngày Phát Hành | 2013-12-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://codingeverything.blogspot.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/KyleMit/LinkFinder |
URL Trang Trợ Giúp | https://github.com/KyleMit/LinkFinder/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Finder", "version": "0.3", "description": "Link Finder", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "browser_action": { "default_icon": { "19": "Icons\/LogoSmall19.png", "38": "Icons\/LogoSmall38.png" }, "default_title": "Link Finder" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |