MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Τι είναι το MultiSelect;
Το MultiSelect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MultiSelect
Λήψη αρχείων επέκτασης MultiSelect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
| Επίσημο URL | https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb |
| Περιγραφή | Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document. |
| Μέγεθος Αρχείου | 23.82 KB |
| Αριθμός Εγκαταστάσεων | 380 |
| Τρέχουσα Έκδοση | 0.2 |
| Τελευταία Ενημέρωση | 2018-12-09 |
| Ημερομηνία Δημοσίευσης | 2018-12-09 |
| Αξιολόγηση | 2.50/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | Unknown |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MultiSelect",
"description": "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.",
"version": "0.2",
"browser_action": {
"default_icon": "msicon-48.png",
"default_title": "Enable MultiSelect"
},
"icons": {
"16": "msicon-16.png",
"48": "msicon-48.png",
"128": "msicon-128.png"
},
"permissions": [
"activeTab"
],
"background": {
"persistent": true,
"scripts": [
"multiselect.js"
]
}
} | |