Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
什么是Custom Bookmarks?
Custom Bookmarks是由parthjmistry开发的Chrome扩展程序,该扩展的主要功能是“A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.”。
扩展截图
下载Custom Bookmarks扩展crx文件
下载Custom Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Custom Bookmarks |
ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
官方URL | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
简介 | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
文件大小 | 17.07 KB |
安装次数 | 38 |
当前版本 | 1.0 |
更新时间 | 2020-03-19 |
上架时间 | 2020-01-09 |
开发者 | parthjmistry |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://wp.me/p2YTX9-A |
帮助页面URL | https://wp.me/p2YTX9-A |
支持的语言 | 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'" } |