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
官方網址 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;"
}