Custom Bookmarks
A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.
什麼是Custom Bookmarks?
Custom Bookmarks是由parthjmistry開發的Chrome擴展程式,該擴展的主要功能是“A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL.”。
擴展截圖
下載Custom Bookmarks擴展crx文件
下載Custom Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ijhfegiojlhmoflhgblbmiiokghgeijm |
| 官方網址 | https://chromewebstore.google.com/detail/custom-bookmarks/ijhfegiojlhmoflhgblbmiiokghgeijm |
| 簡介 | A URL customization extension uses variables in bookmark. Define parameters name inside {{ }} in URL. |
| 檔案大小 | 17.07 KB |
| 安裝次數 | 38 |
| 目前版本 | 1.0 |
| 更新時間 | 2020-03-19 |
| 上架時間 | 2020-01-09 |
| 開發者 | parthjmistry |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://wp.me/p2YTX9-A |
| 說明頁面URL | https://wp.me/p2YTX9-A |
| 支援的語言 | 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'"
} | |