Content Finder
The easiest way to identify the endpoint where the content is coming from.
Τι είναι το Content Finder;
Το Content Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον White Tower Software LLC, και η κύρια λειτουργία του είναι "The easiest way to identify the endpoint where the content is coming from.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Content Finder
Λήψη αρχείων επέκτασης Content Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | Content Finder |
ID | bbamdlhecgcmakehkkolcdgpanlkjapc |
Επίσημο URL | https://chromewebstore.google.com/detail/content-finder/bbamdlhecgcmakehkkolcdgpanlkjapc |
Περιγραφή | The easiest way to identify the endpoint where the content is coming from. |
Μέγεθος Αρχείου | 884 KB |
Αριθμός Εγκαταστάσεων | 100 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2018-03-07 |
Ημερομηνία Δημοσίευσης | 2018-03-07 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | White Tower Software LLC |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Content Finder", "description": "The easiest way to identify the endpoint where the content is coming from.", "version": "1.1", "author": "White Tower Software LLC", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Content Finder" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "matches": [ " |