Procrastilater
I will remind you about postponed and forgotten bookmarks.
什麼是Procrastilater?
Procrastilater是由Oles開發的Chrome擴展程式,該擴展的主要功能是“I will remind you about postponed and forgotten bookmarks.”。
擴展截圖
下載Procrastilater擴展crx文件
下載Procrastilater擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Start now and overcome yourself.
This extension will remind you about forgotten bookmarks with notifications in random time and help you tracking progress.
Use cases:
- if you have LOTS of postponed bookmarks
- if you open lots of tabs and then add them all to bookmarks
- if you add bookmarks to "read/watch/listen/learn later" list
Features:
+ Flexible settings - choose time period and notifications frequency.
+ Track your progress.
+ Earn achievements for your effort.
+ Stay up to date with other procrastination fighters progress.
+ Become a better version of yourself. 擴展基本資訊
| 名稱 | |
| ID | bmoajoielkomndjlojhcnibkehhkkaao |
| 官方網址 | https://chromewebstore.google.com/detail/procrastilater/bmoajoielkomndjlojhcnibkehhkkaao |
| 簡介 | I will remind you about postponed and forgotten bookmarks. |
| 檔案大小 | 515 KB |
| 安裝次數 | 41 |
| 目前版本 | 1.2.3 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Oles |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/always-oles/Procrastilater |
| 說明頁面URL | https://github.com/always-oles/Procrastilater |
| 支援的語言 | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Procrastilater",
"version": "1.2.3",
"manifest_version": 2,
"description": "__MSG_description__",
"homepage_url": "https:\/\/github.com\/always-oles\/Procrastilater",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"plugins\/moment\/moment.min.js",
"sharedAPI.js",
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
},
"default_popup": "browserAction.html"
},
"web_accessible_resources": [
"images\/alarm.svg",
"assets\/bell.mp3",
"assets\/shake_1.mp3",
"assets\/shake_2.mp3",
"assets\/accept.mp3",
"assets\/postpone.mp3"
],
"options_page": "index.html",
"permissions": [
"tabs",
" | |