ManyClip
A stack based copy/paste extension for Chrome.
Vad är ManyClip?
ManyClip är en Chrome-tillägg utvecklad av John Wiegert, och dess huvudfunktion är "A stack based copy/paste extension for Chrome.".
Tilläggsskärmbilder
Ladda ner ManyClip-förlängningens CRX-fil
Ladda ner ManyClip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This free, Open Source extension allows you to copy and paste stacks of text or data, making clipboard use even faster and more convenient in Chrome. It’s easy to use: 1. Highlight the text you’d like to copy 2. Add it to clipboard with CTRL+ALT+C 3. Repeat steps 1 & 2 as needed 4. Paste each piece in reverse with CTRL+ALT+V Perfect for making lists, speeding up data entry, streamlining the process of filling out online forms, and more! If you have any issues please email the developer at [email protected] or file an issue at https://github.com/bigcakes/ManyClip
Grundläggande Information om Tillägg
Namn | |
ID | kbjmnekoahknjngcbkokjgoaoehdbcoi |
Officiell webbadress | https://chrome.google.com/webstore/detail/manyclip/kbjmnekoahknjngcbkokjgoaoehdbcoi |
Beskrivning | A stack based copy/paste extension for Chrome. |
Filstorlek | 42.25 KB |
Antal Installationer | 245 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2017-07-29 |
Publiceringsdatum | 2017-07-29 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | John Wiegert |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/bigcakes/ManyClip |
Hjälpsida URL | https://github.com/bigcakes/ManyClip |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ManyClip", "description": "A stack based copy\/paste extension for Chrome.", "version": "0.2.0", "offline_enabled": true, "browser_action": { "default_icon": "icons\/manyclip_48.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/manyclip_16.png", "48": "icons\/manyclip_48.png", "128": "icons\/manyclip_128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |