Fast Copy links
Fast Copy all selected links from right menu
What is Fast Copy links?
Fast Copy links is a Chrome extension developed by davidpv, and its main feature is "Fast Copy all selected links from right menu".
Extension Screenshots
Download Fast Copy links Extension CRX File
Download Fast Copy links 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
Fast Copy all selected links from right menu
Extension Basic Information
Name | |
ID | nbgdggmoglaeinbjdncklgaphbmdihkl |
Official URL | https://chrome.google.com/webstore/detail/fast-copy-links/nbgdggmoglaeinbjdncklgaphbmdihkl |
Description | Fast Copy all selected links from right menu |
File Size | 15.53 KB |
Installation Count | 3,000 |
Current Version | 1 |
Last Updated | 2017-10-25 |
Publish Date | 2017-10-25 |
Rating | 4.67/5 Total 12 Ratings |
Developer | davidpv |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Copy links", "version": "1", "description": "Fast Copy all selected links from right menu", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "contextMenus", "activeTab", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |