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 |
公式URL | 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 |
Eメール | [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 } |