YOLO
Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ...
什麼是YOLO?
YOLO是由https://johanndutoit.net開發的Chrome擴展程式,該擴展的主要功能是“Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ...”。
擴展截圖
下載YOLO擴展crx文件
下載YOLO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces your "newtab" page and shows you the amount of time in days you've been alive every time you go to open a new tab.
I like to write down the incremented number of the days I've been alive every morning in my journal, this is the digital version that allows you to have a look at the number every time you head to open a new tab.
A practice in mindfulness on the amount of finite time we all really have. 擴展基本資訊
| 名稱 | |
| ID | njmeepggdchkfemfbccpjedjgklnknod |
| 官方網址 | https://chromewebstore.google.com/detail/yolo/njmeepggdchkfemfbccpjedjgklnknod |
| 簡介 | Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ... |
| 檔案大小 | 8.64 KB |
| 安裝次數 | 241 |
| 目前版本 | 0.3 |
| 更新時間 | 2018-01-10 |
| 上架時間 | 2018-01-09 |
| 評分 | 2.42/5 共 12 次評分 |
| 開發者 | https://johanndutoit.net |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YOLO",
"version": "0.3",
"description": "Shows you the amount of time in days you've been alive so you can decide if you REALLY need to open Facebook again ...",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "tab.html"
},
"permissions": [
"storage"
]
} | |