Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
Apa itu Custom Bookmarks?
Custom Bookmarks adalah ekstensi Chrome yang dikembangkan oleh parthjmistry, dan fitur utamanya adalah "A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Bookmarks
Unduh file ekstensi Custom Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Custom Bookmarks |
ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
URL Resmi | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
Deskripsi | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
Ukuran File | 17.07 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-03-19 |
Tanggal Publikasi | 2020-01-09 |
Pengembang | parthjmistry |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://wp.me/p2YTX9-A |
URL Halaman Bantuan | https://wp.me/p2YTX9-A |
Bahasa yang Didukung | 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'" } |