Custom Bookmarks

A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.

Wat is Custom Bookmarks?

Custom Bookmarks is een Chrome-extensie ontwikkeld door parthjmistry, en de belangrijkste functie is "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Custom Bookmarks

Download Custom Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Custom Bookmarks Custom Bookmarks
ID ijhfegiojlhmoflhgblbmiiokghgeijm
Officiële URL https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm
Beschrijving A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
Bestandsgrootte 17.07 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2020-03-19
Publicatiedatum 2020-01-09
Ontwikkelaar parthjmistry
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wp.me/p2YTX9-A
Help Pagina-URL https://wp.me/p2YTX9-A
Ondersteunde Talen 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'"
}