Link Maker
Make link of current tab quickly
What is Link Maker?
Link Maker is a Chrome extension developed by Unknown, and its main feature is "Make link of current tab quickly".
Extension Screenshots
Download Link Maker Extension CRX File
Download Link Maker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
HTML や Markdown 向けのリンクをポップアップで表示します.
Extension Basic Information
Name | Link Maker |
ID | ifflbbedjddjmfkcpjflbjbngojooojc |
Official URL | https://chromewebstore.google.com/detail/link-maker/ifflbbedjddjmfkcpjflbjbngojooojc |
Description | Make link of current tab quickly |
File Size | 75.44 KB |
Installation Count | 48 |
Current Version | 1.0 |
Last Updated | 2014-01-29 |
Publish Date | 2014-01-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Maker", "version": "1.0", "description": "Make link of current tab quickly", "browser_action": { "default_popup": "popup.html", "default_icon": ".\/image\/icon48.png" }, "permissions": [ "tabs" ], "icons": { "16": ".\/image\/icon16.png", "48": ".\/image\/icon48.png", "128": ".\/image\/icon128.png" } } |