Procrastilater

I will remind you about postponed and forgotten bookmarks.

Qu'est-ce que Procrastilater ?

Procrastilater est une extension Chrome développée par Oles, et sa fonction principale est "I will remind you about postponed and forgotten bookmarks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Procrastilater

Téléchargez les fichiers d'extension Procrastilater au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Procrastilater Procrastilater
ID bmoajoielkomndjlojhcnibkehhkkaao
URL Officiel https://chromewebstore.google.com/detail/procrastilater/bmoajoielkomndjlojhcnibkehhkkaao
Description I will remind you about postponed and forgotten bookmarks.
Taille du Fichier 515 KB
Nombre d'Installations 41
Version Actuelle 1.2.3
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur Oles
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/always-oles/Procrastilater
URL de la Page d'Aide https://github.com/always-oles/Procrastilater
Langues Prises en Charge 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'"
}