LinkToId

This extension helps to identify and use linkable IDs within a page.

Τι είναι το LinkToId;

Το LinkToId είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This extension helps to identify and use linkable IDs within a page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης LinkToId

Λήψη αρχείων επέκτασης LinkToId σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        When the fragment identifier (hash part) of an URL matches an element ID, the browser will scroll to that element. This is great if you want to link directly to a particular part or section of a page. LinkToId makes it super easy to identify an element ID and to obtain the URL of said element.

Press Ctrl and Alt to show the LinkToId tooltip, which will identify the closest linkable element. Click the left mouse button while the tooltip is showing to modify the fragment identifier of the current URL. You can now copy the full URL and use it anywhere as a direct link.

LinkToId is currently somewhat limited. If you want to contribute to development or suggest improvement ideas, please visit https://github.com/provegard/LinkToId.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LinkToId LinkToId
ID cggiopngamlojpeoliehhppmdphinjen
Επίσημο URL https://chromewebstore.google.com/detail/linktoid/cggiopngamlojpeoliehhppmdphinjen
Περιγραφή This extension helps to identify and use linkable IDs within a page.
Μέγεθος Αρχείου 14.07 KB
Αριθμός Εγκαταστάσεων 97
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2015-01-04
Ημερομηνία Δημοσίευσης 2015-01-04
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/provegard/LinkToId
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/provegard/linktoid/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkToId",
    "version": "0.0.1",
    "manifest_version": 2,
    "short_name": "LinkToId",
    "description": "This extension helps to identify and use linkable IDs within a page.",
    "author": "Per Rovegard",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "linktoid.js"
            ],
            "css": [
                "linktoid.css"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}