Handy Pages

Provides an easy-way navigation to configurable list of URLs on server.

Handy Pagesとは何ですか?

Handy PagesはAndrii Buzovによって開発されたChromeの拡張機能で、その主な機能は「Provides an easy-way navigation to configurable list of URLs on server.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        If you need an easy-way navigation to particular URLs on different servers and tired from editing them manually each time, this extension is right for you.

It allows to configure a list of frequently used URLs and then just use them, picking up needed one from a popup. 

Moreover, yon can configure new URL to be calculated right before navigating to it by passing there some parameters from already opened URL or clipboard.

Key features:
1. Easy configurable list of relative URLs.
2. Export/Import of your settings.
3. Opening new URL in new or in current tab.
4. Passing parameters to the URL you are navigating to.                    

拡張機能の基本情報

名前 Handy Pages Handy Pages
ID bbdlffjkhkgokgccadackfiimcjmdkma
公式URL https://chromewebstore.google.com/detail/handy-pages/bbdlffjkhkgokgccadackfiimcjmdkma
説明 Provides an easy-way navigation to configurable list of URLs on server.
ファイルサイズ 196 KB
インストール数 1,332
現在のバージョン 0.3.1
最終更新日 2013-10-22
公開日 2013-10-22
評価 4.69/5 合計 13 レビュー
開発者 Andrii Buzov
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Handy Pages",
    "version": "0.3.1",
    "manifest_version": 2,
    "description": "Provides an easy-way navigation to configurable list of URLs on server.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "clipboardRead"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "HandyPages",
        "default_icon": "icons\/icon_32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}