Procrastilater

I will remind you about postponed and forgotten bookmarks.

Procrastilater là gì?

Procrastilater là một tiện ích mở rộng Chrome được phát triển bởi Oles, và tính năng chính của nó là "I will remind you about postponed and forgotten bookmarks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Procrastilater

Tải xuống các tệp mở rộng Procrastilater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Procrastilater Procrastilater
ID bmoajoielkomndjlojhcnibkehhkkaao
URL Chính Thức https://chromewebstore.google.com/detail/procrastilater/bmoajoielkomndjlojhcnibkehhkkaao
Mô tả I will remind you about postponed and forgotten bookmarks.
Kích Thước Tệp 515 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Oles
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/always-oles/Procrastilater
URL Trang Trợ Giúp https://github.com/always-oles/Procrastilater
Ngôn Ngữ Được Hỗ Trợ 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",
        "",
        "bookmarks",
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}