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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | bbdlffjkhkgokgccadackfiimcjmdkma |
| 官方網址 | 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"
} | |