Tee Quick Copy Keywords
Quick copy keywords to clipboard
What is Tee Quick Copy Keywords?
Tee Quick Copy Keywords is a Chrome extension developed by http://kunblog.com, and its main feature is "Quick copy keywords to clipboard".
Extension Screenshots
Download Tee Quick Copy Keywords Extension CRX File
Download Tee Quick Copy Keywords 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
A simple extension show button copy to page help user can copy keywords to clipboard quickly. Current support for 2 site: Teepublic and Spreadshirt *No bloat, no ads, no unnecessary permissions, FEATURES → Display list keywords → Show Copy button → One click quick copy to clipboard without select text. This extension is run by an independent developer. Change Log: + 1.0.1 — 2020-06-23 — Update fix for Teepublic + 1.0.0 — 2020-06-20 — Initial release
Extension Basic Information
Name | |
ID | bleoiebedmobnlgnnellbgeankpmpnac |
Official URL | https://chrome.google.com/webstore/detail/tee-quick-copy-keywords/bleoiebedmobnlgnnellbgeankpmpnac |
Description | Quick copy keywords to clipboard |
File Size | 43.51 KB |
Installation Count | 789 |
Current Version | 1.0.1 |
Last Updated | 2020-06-23 |
Publish Date | 2020-06-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://kunblog.com |
[email protected] | |
Payment Type | free |
Extension Website | http://kunblog.com |
Help Page URL | http://kunblog.com/support |
Privacy Policy Page URL | https://kunblog.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tee Quick Copy Keywords", "description": "Quick copy keywords to clipboard", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "clipboardWrite" ], "content_scripts": [ { "matches": [ "*:\/\/www.teepublic.com\/*", "*:\/\/www.spreadshirt.com\/*", "*:\/\/www.spreadshirt.co.uk\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "scripts\/copy.js", "styles\/copy.css" ] } |