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”。
擴展截圖
下載See the Published Date of a website on Google擴展crx文件
下載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) 擴展基本資訊
| 名稱 | |
| ID | hegebeakcbcknnoepfmhgmfhbgeahhjl |
| 官方網址 | 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"
} | |