Tee Quick Copy Keywords
Quick copy keywords to clipboard
Was ist Tee Quick Copy Keywords?
Tee Quick Copy Keywords ist eine Chrome-Erweiterung, die von http://kunblog.com entwickelt wurde, und ihr Hauptmerkmal ist "Quick copy keywords to clipboard".
Erweiterungsscreenshots
Tee Quick Copy Keywords-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tee Quick Copy Keywords-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bleoiebedmobnlgnnellbgeankpmpnac |
| Offizielle URL | https://chrome.google.com/webstore/detail/tee-quick-copy-keywords/bleoiebedmobnlgnnellbgeankpmpnac |
| Beschreibung | Quick copy keywords to clipboard |
| Dateigröße | 43.51 KB |
| Installationsanzahl | 789 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2020-06-23 |
| Veröffentlichungsdatum | 2020-06-23 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | http://kunblog.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://kunblog.com |
| Hilfeseite URL | http://kunblog.com/support |
| URL der Datenschutzrichtlinien-Seite | https://kunblog.com |
| Unterstützte Sprachen | 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"
]
} | |