Link Finder
Link Finder
Τι είναι το Link Finder;
Το Link Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codingeverything.blogspot.com, και η κύρια λειτουργία του είναι "Link Finder".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Link Finder
Λήψη αρχείων επέκτασης Link Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Find all links to named anchors within the page so you can create descriptive links to content within a page. Simply click the ID button in your browsers action buttons. The page will display all available fragmented links. You can click on any link for a preview of where the page will load. Copy the address directly from the popover or from the address bar after clicking a link. To hide the popups, just click the icon again and you can resume work.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Link Finder |
ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
Επίσημο URL | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
Περιγραφή | Link Finder |
Μέγεθος Αρχείου | 230 KB |
Αριθμός Εγκαταστάσεων | 590 |
Τρέχουσα Έκδοση | 0.3 |
Τελευταία Ενημέρωση | 2013-12-25 |
Ημερομηνία Δημοσίευσης | 2013-12-24 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://codingeverything.blogspot.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/KyleMit/LinkFinder |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/KyleMit/LinkFinder/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Finder", "version": "0.3", "description": "Link Finder", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "browser_action": { "default_icon": { "19": "Icons\/LogoSmall19.png", "38": "Icons\/LogoSmall38.png" }, "default_title": "Link Finder" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |