제작자: ena
Inspect and view changes in GitHub Absolute Dates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"id": "github-absolute-dates",
"name": "GitHub Absolute Dates",
"version": "1.0",
"description": "Convert GitHub's relative timestamps into absolute timestamps.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"192": "icons/icon192.png"
},
"content_scripts": [
{
"matches": [
"*://github.com/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "github-absolute-dates@example.com"
}
}
} 최고의 GitHub Absolute Dates 대안
다음은 GitHub Absolute Dates과(와) 유사한 Firefox add-on입니다: