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은(는) sort by Review Count for Amazon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See the Published Date of a website on Google"입니다.

확장 프로그램 스크린샷

screenshot

See the Published Date of a website on Google 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}