Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Τι είναι το Copy-URL;
Το Copy-URL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wimiles, και η κύρια λειτουργία του είναι "Copy only the domain name. Developed by: Devin G. and William M.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Copy-URL
Λήψη αρχείων επέκτασης Copy-URL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Copy the Domain URL of the page you are on.
Places a button next to your address bar, allowing you to copy the Domain.
- This only copies the domain name (ie domain.com or www.domain.com)
- Removes extras (such as http:// and /index.html)
- Useful if you ping/dig/nslookup lots of domain names
Updates:
0.0.2: Added popup to show text copied successfully.
0.0.3: Decreased time popup lasts by request.
0.1.0: Reworked code to work on Mac and Linux.
0.1.2: Bug fix. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
| Επίσημο URL | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
| Περιγραφή | Copy only the domain name. Developed by: Devin G. and William M. |
| Μέγεθος Αρχείου | 3.68 KB |
| Αριθμός Εγκαταστάσεων | 338 |
| Τρέχουσα Έκδοση | 0.1.2 |
| Τελευταία Ενημέρωση | 2012-11-30 |
| Ημερομηνία Δημοσίευσης | 2012-11-30 |
| Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | Wimiles |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy-URL",
"description": "Copy only the domain name. Developed by: Devin G. and William M.",
"version": "0.1.2",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "code.html"
}
} | |