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
Eメール [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;"
}