Bookmarks Tracker

A better synced bookmark tracker. Search, filter and save. Make yourself more productive

什么是Bookmarks Tracker?

Bookmarks Tracker是由kscripter开发的Chrome扩展程序,该扩展的主要功能是“A better synced bookmark tracker. Search, filter and save. Make yourself more productive”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Bookmarks Tracker扩展crx文件

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

扩展使用说明

                        A better bookmarks manager for your important stuff. Search, filter and Tag bookmarks with beautiful UI. Ever had a problem of finding that one bookmark that you bookmarked 2 months ago? BookmarksTracker does exactly that, it gives you an ability to better organize your important bookmarks. 

Save your bookmarks with screenshots. Import your existing bookmarks into BookmarksTracker.                    

扩展基本信息

名称 Bookmarks Tracker Bookmarks Tracker
ID mhaddbjhcckipgamcachbkoalgbonmki
官方URL https://chrome.google.com/webstore/detail/bookmarks-tracker/mhaddbjhcckipgamcachbkoalgbonmki
简介 A better synced bookmark tracker. Search, filter and save. Make yourself more productive
文件大小 913 KB
安装次数 269
当前版本 1
更新时间 2018-03-01
上架时间 2018-03-01
评分 4.75/5 共8次评分
开发者 kscripter
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks Tracker",
    "description": "A better synced bookmark tracker. Search, filter and save. Make yourself more productive",
    "version": "1",
    "icons": {
        "128": "book.png"
    },
    "browser_action": {
        "default_icon": "book.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "bookmarks"
    ],
    "minimum_chrome_version": "28",
    "content_security_policy": "default-src 'self'; frame-src 'self' https:\/\/*.firebaseio.com; script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.googleapis.com https:\/\/www.google-analytics.com https:\/\/*.firebaseio.com http:\/\/localhost:8080 https:\/\/localhost:8080 'unsafe-eval'; connect-src http:\/\/localhost:8080 https:\/\/localhost:8080 https:\/\/www.googleapis.com https:\/\/*.firebaseio.com wss:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/sentry.io; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data: https:\/\/www.google-analytics.com;"
}