Oh, hi Mark!

Bookmarks manager with smart search

什么是Oh, hi Mark!?

Oh, hi Mark!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks manager with smart search”。

扩展截图

screenshot

下载Oh, hi Mark!扩展crx文件

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

扩展使用说明

                        Your chrome bookmark is such a mess you don't even dare to use it anymore ? — This extension is for you.

INSTRUCTIONS: 
  - use Alt+S to save a page
  - use Alt+O to search a page

That's it ! :)

This chrome extension allows you to save articles in the simplest manner and to retrieve them almost instantly by typing keywords extracted from the articles you saved.

It is fast, light and smart.                    

扩展基本信息

名称 Oh, hi Mark! Oh, hi Mark!
ID fcmdkgabkdkmdnbppfliniacpgadhcpo
官方URL https://chromewebstore.google.com/detail/oh-hi-mark/fcmdkgabkdkmdnbppfliniacpgadhcpo
简介 Bookmarks manager with smart search
文件大小 654 KB
安装次数 13
当前版本 0.4.1
更新时间 2016-12-16
上架时间 2016-12-15
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
帮助页面URL https://productpains.com/product/oh-hi-mark
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.1",
    "name": "Oh, hi Mark!",
    "manifest_version": 2,
    "description": "Bookmarks manager with smart search",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlAq6mxcYWOl76RtVAUG5NSpwO1AiMx528EaFtgMaGsoqcs6aqSzmoD8a88GnpNPcDYPmQry5WBG3\/yBIyEeLSiqawhpsw6taDvNx8vfMksmlL3EDE2P6CVug5TIv3rsR45D9Hr9ZH9G5KiYVJU6p6GZ\/yPBHHmVxV0RGMOHFxFl\/UOf\/4kRm+Sz4YenLNsCZZ9r7Amzzea1Jd8jKOGcijZq+sKOLorE+t5obr6N6cZK5Hy2UhPq08be6KikR4JtTjVxUXLgRNoxBDWLTLOiF8dOXuJaswC0kJyjMzfLZz0+WY6dQQpdKobE690YaAdXO+9841bGKwycjxkrmTk32zwIDAQAB",
    "browser_action": {
        "default_title": "Oh, hi Mark!",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon\/icon-saved-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "oauth2": {
        "client_id": "245516316006-n55gvrmnre7hmq59b7t7mkt79vvcftk6.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "commands": {
        "toggle-feature-save": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Saves the current page"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+O",
                "mac": "Alt+O"
            }
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/cdn.segment.com; connect-src https:\/\/n6d0avuw04.execute-api.eu-west-1.amazonaws.com; style-src * 'unsafe-inline'; img-src 'self' data:;"
}