PopPage

Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.

Τι είναι το PopPage;

Το PopPage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abdu-L-Kerim Sandooya, και η κύρια λειτουργία του είναι "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

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

screenshot

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

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

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

                        Popup the web page you visit in a minimal window to occupy a smaller screen-print. It removes the URL bar, tabs and favorites bar. When watching a youtube video, the popped up page removes the suggested videos and comments resulting is a slim window what may be tossed aside while doing other work.                    

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

Όνομα PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
Επίσημο URL https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Περιγραφή Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Μέγεθος Αρχείου 6.11 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.002
Τελευταία Ενημέρωση 2022-12-13
Ημερομηνία Δημοσίευσης 2015-11-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Abdu-L-Kerim Sandooya
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.002",
    "name": "PopPage",
    "description": "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.",
    "short_name": "PopPage",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Pop up this page!"
    },
    "permissions": [
        "activeTab"
    ]
}