Search Later

Save Keywords to search them later!

什么是Search Later?

Search Later是由skmail开发的Chrome扩展程序,该扩展的主要功能是“Save Keywords to search them later!”。

扩展截图

screenshot

下载Search Later扩展crx文件

下载Search Later扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Search Later Search Later
ID pmlokaikmdggccdncpbbfhnbdpblkoal
官方URL https://chromewebstore.google.com/detail/search-later/pmlokaikmdggccdncpbbfhnbdpblkoal
简介 Save Keywords to search them later!
文件大小 59.57 KB
安装次数 119
当前版本 1.1
更新时间 2018-04-18
上架时间 2018-04-18
评分 1.00/5 共2次评分
开发者 skmail
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitter.com/SolaimanKmail
支持的语言 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'"
}