Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
Was ist Custom Bookmarks?
Custom Bookmarks ist eine Chrome-Erweiterung, die von parthjmistry entwickelt wurde, und ihr Hauptmerkmal ist "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.".
Erweiterungsscreenshots
Custom Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
| Offizielle URL | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
| Beschreibung | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
| Dateigröße | 17.07 KB |
| Installationsanzahl | 38 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-03-19 |
| Veröffentlichungsdatum | 2020-01-09 |
| Entwickler | parthjmistry |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://wp.me/p2YTX9-A |
| Hilfeseite URL | https://wp.me/p2YTX9-A |
| Unterstützte Sprachen | 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'"
} | |