URL&p
Extension opens URL with one parameter in new tab
O que é URL&p?
URL&p é uma extensão do Chrome desenvolvida por https://ivanova-irina.blogspot.com, e sua principal característica é "Extension opens URL with one parameter in new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL&p
Baixe arquivos de extensão URL&p no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | URL&p |
ID | koidpmicflkfdkkbhoalljjknjeehlph |
URL Oficial | https://chromewebstore.google.com/detail/urlp/koidpmicflkfdkkbhoalljjknjeehlph |
Descrição | Extension opens URL with one parameter in new tab |
Tamanho do Arquivo | 208 KB |
Contagem de Instalações | 88 |
Versão Atual | 2.0 |
Última Atualização | 2019-11-04 |
Data de Publicação | 2019-11-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://ivanova-irina.blogspot.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener |
URL da Página de Ajuda | https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener |
Idiomas Suportados | 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]" } } |