Search Later

Save Keywords to search them later!

What is Search Later?

Search Later is a Chrome extension developed by skmail, and its main feature is "Save Keywords to search them later!".

Extension Screenshots

screenshot

Download Search Later Extension CRX File

Download Search Later extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An app lets you save interesting keywords to google them later.                    

Extension Basic Information

Name Search Later Search Later
ID pmlokaikmdggccdncpbbfhnbdpblkoal
Official URL https://chromewebstore.google.com/detail/search-later/pmlokaikmdggccdncpbbfhnbdpblkoal
Description Save Keywords to search them later!
File Size 59.57 KB
Installation Count 119
Current Version 1.1
Last Updated 2018-04-18
Publish Date 2018-04-18
Rating 1.00/5 Total 2 Ratings
Developer skmail
Email [email protected]
Payment Type free
Extension Website https://twitter.com/SolaimanKmail
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Later",
    "version": "1.1",
    "description": "Save Keywords to search them later!",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}