SiteBookmarks

View your bookmarks on the current site from the context (right-click) menu.

SiteBookmarksとは何ですか?

SiteBookmarksはhttps://site.simonandrewbrown.co.ukによって開発されたChromeの拡張機能で、その主な機能は「View your bookmarks on the current site from the context (right-click) menu.」です。

拡張機能のスクリーンショット

screenshot

SiteBookmarks拡張機能のCRXファイルをダウンロード

SiteBookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.

Source code:
https://github.com/simonbrown/Site-Bookmarks                    

拡張機能の基本情報

名前 SiteBookmarks SiteBookmarks
ID mijccbhecmjbiepdfpbnknpjeiggnomn
公式URL https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn
説明 View your bookmarks on the current site from the context (right-click) menu.
ファイルサイズ 49.92 KB
インストール数 91
現在のバージョン 1.6
最終更新日 2012-11-05
公開日 2012-11-05
評価 4.18/5 合計 11 レビュー
開発者 https://site.simonandrewbrown.co.uk
支払い方法 free
拡張機能のウェブサイト http://www.isimonbrown.co.uk/contact/
ヘルプページのURL http://www.isimonbrown.co.uk/contact/
対応言語 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SiteBookmarks",
    "description": "View your bookmarks on the current site from the context (right-click) menu.",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "20.0"
}