Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
Co to jest Custom Bookmarks?
Custom Bookmarks to rozszerzenie Chrome opracowane przez parthjmistry, a jego główną funkcją jest „A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom Bookmarks
Pobierz pliki rozszerzeń Custom Bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Custom Bookmarks |
ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
Oficjalny URL | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
Opis | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
Rozmiar pliku | 17.07 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-03-19 |
Data Publikacji | 2020-01-09 |
Deweloper | parthjmistry |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://wp.me/p2YTX9-A |
Adres URL Strony Pomocy | https://wp.me/p2YTX9-A |
Obsługiwane Języki | 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'" } |