Link to Here
Adds a context menu to link to the nearest anchor before the selected text.
Τι είναι το Link to Here;
Το Link to Here είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jeffrey Yasskin, και η κύρια λειτουργία του είναι "Adds a context menu to link to the nearest anchor before the selected text.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Link to Here
Λήψη αρχείων επέκτασης Link to Here σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there. This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel. WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...
Βασικές Πληροφορίες Επέκτασης
Όνομα | Link to Here |
ID | fhpigohjannbboeplbkfdkojklnjiknh |
Επίσημο URL | https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh |
Περιγραφή | Adds a context menu to link to the nearest anchor before the selected text. |
Μέγεθος Αρχείου | 4.98 KB |
Αριθμός Εγκαταστάσεων | 168 |
Τρέχουσα Έκδοση | 0.2.1 |
Τελευταία Ενημέρωση | 2013-02-20 |
Ημερομηνία Δημοσίευσης | 2013-02-19 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Jeffrey Yasskin |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link to Here", "version": "0.2.1", "manifest_version": 2, "minimum_chrome_version": "26", "description": "Adds a context menu to link to the nearest anchor before the selected text.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus" ], "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "offline_enabled": true } |