Link Builder
A plugin to build and open links in new tabs quickly
什麼是Link Builder?
Link Builder是由Yohei開發的Chrome擴展程式,該擴展的主要功能是“A plugin to build and open links in new tabs quickly”。
擴展截圖
下載Link Builder擴展crx文件
下載Link Builder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily add commonly used URL prefixes and open tabs from selected text. Instructions: 1. Add your commonly used URL prefix (eg. "http://m.mlb.com/player/") 2. Select text on a webpage to build a new URL (eg. "605141") 3. After selecting the text, right click and select the prefix 4. You'll see the newly constructed URL open in a new tab (eg. "http://m.mlb.com/player/605141") Extra: 1. If you select text that has whitespaces, you can open multiple tabs at once (eg. "605141 660271") 2. Adding a blank URL prefix will enable you to open new tabs without any prefixes. This may come in handy if you select a couple of URLs and want to open all of them in separate tabs in one click. 3. Use "{}" as a placeholder. If a url contains "{}", the "{}" portion will be replaced instead of the text being appended to the end
擴展基本資訊
名稱 | Link Builder |
ID | dejdoojikkdnjajianfjdgobfknnafan |
官方網址 | https://chromewebstore.google.com/detail/link-builder/dejdoojikkdnjajianfjdgobfknnafan |
簡介 | A plugin to build and open links in new tabs quickly |
檔案大小 | 43.64 KB |
安裝次數 | 91 |
目前版本 | 0.1.0 |
更新時間 | 2019-07-14 |
上架時間 | 2019-07-14 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Yohei |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Builder", "description": "A plugin to build and open links in new tabs quickly", "version": "0.1.0", "permissions": [ "contextMenus", "storage" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon38.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |