See the Published Date of a website on Google

See the Published Date of a website on Google

Τι είναι το See the Published Date of a website on Google;

Το See the Published Date of a website on Google είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sort by Review Count for Amazon, και η κύρια λειτουργία του είναι "See the Published Date of a website on Google".

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

screenshot

Λήψη αρχείου CRX της επέκτασης See the Published Date of a website on Google

Λήψη αρχείων επέκτασης See the Published Date of a website on Google σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Wish to know when a web page was indexed by Google ?
Wish to know when was a particular page created ?
Use this addon to see the publish date of websites.

Works on google.com and google.ca

(works fine, last time checked May 2023)                    

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

Όνομα See the Published Date of a website on Google See the Published Date of a website on Google
ID hegebeakcbcknnoepfmhgmfhbgeahhjl
Επίσημο URL https://chromewebstore.google.com/detail/see-the-published-date-of/hegebeakcbcknnoepfmhgmfhbgeahhjl
Περιγραφή See the Published Date of a website on Google
Μέγεθος Αρχείου 10.29 KB
Αριθμός Εγκαταστάσεων 771
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-05-22
Ημερομηνία Δημοσίευσης 2021-12-13
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής sort by Review Count for Amazon
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "matches": [
            "*:\/\/*.google.com\/*",
            "*:\/\/*.google.ca\/*"
        ],
        "persistent": false,
        "scripts": [
            "two.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "See the Published Date of a website on Google",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2qw8I3x8JVJC6UyB5ufJqhkxwsI\/JrnetUGmvEtn37gohjufHCZDintqS3+Y\/0MLLI7F\/xuMYABe6U2TWDDRsNQ7UUL\/eb4QT0+2zuOFnwZFAFyFfiMXJCGkgoGHsXROKh5sPt2mqSynlcfV2eaQjdzdrPXEEltqvWfS8KNdbHavFAZBJ5FEirTMMC52\/K5sWvQhNjp6tTMrnAxyaqRElf0XI3\/OHr7bvUqaAce+UYizV6GjZHavOjf2GBUe9x+Ld3taP5qYqb1sRK3MEV9UU1K+sS5xKSz5XZIVOLgNQTQ6rnpR1HsB1tU+0ZQ\/YaKKQFrDjfnxz6213DLjH\/StiwIDAQAB",
    "manifest_version": 2,
    "name": "See the Published Date of a website on Google",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}