URL&p

Extension opens URL with one parameter in new tab

什么是URL&p?

URL&p是由https://ivanova-irina.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Extension opens URL with one parameter in new tab”。

扩展截图

screenshot
screenshot
screenshot

下载URL&p扩展crx文件

下载URL&p扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions.

It's useful for people who have to open one URL with different parameter values (for example, some prototype with different page ID-s).

All you need is to describe your URL in the Options (only one time after installation) and insert parameter into extension filed.

* Spaces at the end and beginning of the inserted parameter will be trimmed
* Skype formatting ([DATE] NAME: parameter) will be trimmed
* Shows history of 5 last values

GitLab repo: https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener                    

扩展基本信息

名称 URL&p URL&p
ID koidpmicflkfdkkbhoalljjknjeehlph
官方URL https://chromewebstore.google.com/detail/urlp/koidpmicflkfdkkbhoalljjknjeehlph
简介 Extension opens URL with one parameter in new tab
文件大小 208 KB
安装次数 88
当前版本 2.0
更新时间 2019-11-04
上架时间 2019-11-04
评分 5.00/5 共2次评分
开发者 https://ivanova-irina.blogspot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener
帮助页面URL https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL&p",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Extension opens URL with one parameter in new tab",
    "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/URL-With-Parameter-Opener",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "default-src 'self'",
    "author": {
        "name": "Irina Ivanova",
        "email": "[email protected]"
    }
}