Add URL to page title
Simply adds the URL to the title bar.
Add URL to page title là gì?
Add URL to page title là một tiện ích mở rộng Chrome được phát triển bởi Simon Perry, và tính năng chính của nó là "Simply adds the URL to the title bar.".
Tải xuống tệp CRX của tiện ích mở rộng Add URL to page title
Tải xuống các tệp mở rộng Add URL to page title 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
This put the URL of any web page you're on into the page title in the format: Original Title |url:[http://www.the-url.com] But why? In Chrome, other applications used to be able to use Chrome_OmniboxView to get the URL of the page you are on. Since version 28, you can no longer do this. However, you can still get the title of the window. This simple Chrome extension puts the URL into the title to make it available to other applications.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add URL to page title |
ID | ghpeimfjbonkimelnkbgekmcboomkgmi |
URL Chính Thức | https://chromewebstore.google.com/detail/add-url-to-page-title/ghpeimfjbonkimelnkbgekmcboomkgmi |
Mô tả | Simply adds the URL to the title bar. |
Kích Thước Tệp | 2.79 KB |
Số Lần Cài Đặt | 733 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-09-17 |
Ngày Phát Hành | 2013-09-17 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Simon Perry |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add URL to page title", "version": "1.0", "manifest_version": 2, "description": "Simply adds the URL to the title bar.", "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js" ] } ] } |