Link url replacer
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
Τι είναι το Link url replacer;
Το Link url replacer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mailbox.misha, και η κύρια λειτουργία του είναι "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Link url replacer
Λήψη αρχείων επέκτασης Link url replacer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced links to the context menu of each link on the page. Each replacement profile contains two fields: pattern and replacement. Pattern can be a string, text of a regular expression or a special pattern like the following: «%all%», «%host%». Replacement is a string. Once you will configure the replacement profile you will be able to follow the replaced link by using original link's context menu. See examples in the screenshot below.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Link url replacer |
ID | kefopaofjlhaddnijefhnhnjhafpbamd |
Επίσημο URL | https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd |
Περιγραφή | Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced… |
Μέγεθος Αρχείου | 8.08 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2022-12-06 |
Ημερομηνία Δημοσίευσης | 2020-05-05 |
Αξιολόγηση | 1.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | mailbox.misha |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link url replacer", "description": "", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon32.png", "32": "icon32.png", "64": "icon64.png" } } |