Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
Custom Bookmarks là gì?
Custom Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi parthjmistry, và tính năng chính của nó là "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.".
Ả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 Custom Bookmarks
Tải xuống các tệp mở rộng Custom Bookmarks 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
Custom Bookmarks allows you to use custom parameters in URL and re use bookmark for similar URL. To define parameters use {{ }} in URL(s) while saving them . For example, You're using ticketing system which has urls are like www.ticket.com/1 , www.ticket.com/2 etc. You can define URL in custom bookmark as www.ticket.com/{{Ticket}}. So you can open other tickets easily with providing only ticket number.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Bookmarks |
ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
Mô tả | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
Kích Thước Tệp | 17.07 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-03-19 |
Ngày Phát Hành | 2020-01-09 |
Nhà Phát Triển | parthjmistry |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wp.me/p2YTX9-A |
URL Trang Trợ Giúp | https://wp.me/p2YTX9-A |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Bookmarks", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "Custom Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |