Procrastilater

I will remind you about postponed and forgotten bookmarks.

Procrastilater क्या है?

Procrastilater Oles द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I will remind you about postponed and forgotten bookmarks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Procrastilater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Procrastilater Procrastilater
ID bmoajoielkomndjlojhcnibkehhkkaao
आधिकारिक URL 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",
        "",
        "bookmarks",
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}