Pinpoint Sound

Pinpoints tabs playing sound

Τι είναι το Pinpoint Sound;

Το Pinpoint Sound είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zeno, και η κύρια λειτουργία του είναι "Pinpoints tabs playing sound".

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

screenshot
screenshot
screenshot

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

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

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

                        Pinpoint tabs playing sound by redirect you to the tab with sound with one click! if you have multiple sounds it while cycle through one by one

Have you ever had too many tabs open at once, with sound playing on one or more of them, and then had to hunt down the tab that was playing the sound? 

With a single click Pinpoint Sound lets you find the current tab playing sound. 

Find out which tab sound is coming from with Pinpoint Sound 

Updates 
0.2 Added context menu, right click to display Pinpoint Sound
0.1 initial release                    

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

Όνομα Pinpoint Sound Pinpoint Sound
ID gmlbblkahooncpccdfedipagbbfcnigb
Επίσημο URL https://chromewebstore.google.com/detail/pinpoint-sound/gmlbblkahooncpccdfedipagbbfcnigb
Περιγραφή Pinpoints tabs playing sound
Μέγεθος Αρχείου 7.62 KB
Αριθμός Εγκαταστάσεων 264
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2023-03-31
Ημερομηνία Δημοσίευσης 2022-06-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Zeno
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://linktr.ee/Zeno_code
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinpoint Sound",
    "version": "0.3",
    "description": "Pinpoints tabs playing sound",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [],
    "action": {
        "default_title": "Pinpoint Sound"
    }
}