Tabs to clipboard, clipboard to tabs
Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
What is Tabs to clipboard, clipboard to tabs?
Tabs to clipboard, clipboard to tabs is a Chrome extension developed by https://www.freezeec.com, and its main feature is "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.".
Extension Screenshots
Download Tabs to clipboard, clipboard to tabs Extension CRX File
Download Tabs to clipboard, clipboard to tabs 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
Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs
Extension Basic Information
Name | Tabs to clipboard, clipboard to tabs |
ID | baiigfcdcocfkkjjcdhjombfpkffmfce |
Official URL | https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce |
Description | Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action. |
File Size | 261 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2017-07-03 |
Publish Date | 2017-07-03 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://www.freezeec.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/Copy-Link-19.png", "default_title": "Tabs to clipboard, clipboard to tabs", "default_popup": "popup.html" }, "description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.", "icons": { "128": "img\/Copy-Link-128.png" }, "background": { "scripts": [ "vendor\/jquery-1.7.2_min.js", "vendor\/encoder.js", "background.js" ] }, "commands": { "copy": { "suggested_key": { "default": "Alt+C" }, "description": "Copy" }, "paste": { "suggested_key": { "default": "Alt+V" }, "description": "Paste" } }, "name": "Tabs to clipboard, clipboard to tabs", "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "clipboardRead", "clipboardWrite" ], "version": "1.0", "manifest_version": 2 } |