Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
What is Custom Bookmarks?
Custom Bookmarks is a Chrome extension developed by parthjmistry, and its main feature is "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.".
Extension Screenshots
Download Custom Bookmarks Extension CRX File
Download Custom Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Custom Bookmarks |
ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
Official URL | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
Description | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
File Size | 17.07 KB |
Installation Count | 38 |
Current Version | 1.0 |
Last Updated | 2020-03-19 |
Publish Date | 2020-01-09 |
Developer | parthjmistry |
[email protected] | |
Payment Type | free |
Extension Website | https://wp.me/p2YTX9-A |
Help Page URL | https://wp.me/p2YTX9-A |
Supported Languages | 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'" } |