PageLiner
Create guidelines on websites to check alignment for example.
O que é PageLiner?
PageLiner é uma extensão do Chrome desenvolvida por pageliner.com, e sua principal característica é "Create guidelines on websites to check alignment for example.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PageLiner
Baixe arquivos de extensão PageLiner 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
Google Chrome extension to create guide lines on a website. GitHub: https://github.com/Crease29/pageliner/ Changelog: https://pageliner.com/#changelog Features: https://pageliner.com/#features
Informações Básicas da Extensão
Nome | |
ID | nepakmljodobhlbbkpobblnifmhclemh |
URL Oficial | https://chromewebstore.google.com/detail/pageliner/nepakmljodobhlbbkpobblnifmhclemh |
Descrição | Create guidelines on websites to check alignment for example. |
Tamanho do Arquivo | 379 KB |
Contagem de Instalações | 12,397 |
Versão Atual | 1.6.7 |
Última Atualização | 2023-04-20 |
Data de Publicação | 2020-05-27 |
Classificação | 1.94/5 Total de 162 Avaliações |
Desenvolvedor | pageliner.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pageliner.com |
URL da Página de Ajuda | https://github.com/Crease29/pageliner/blob/master/README.md#features |
URL da Página de Política de Privacidade | https://pageliner.com/privacy.html |
Idiomas Suportados | de,en,fr,nl,vi,es,it,hu,pl,sk,sv,cs,bg,ru,th,ar,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_GLOBAL_APP_NAME__", "version": "1.6.7", "manifest_version": 2, "description": "__MSG_GLOBAL_APP_DESCRIPTION__", "icons": { "16": "icons\/icon_pl_16x16.png", "48": "icons\/icon_pl_48x48.png", "128": "icons\/icon_pl_128x128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon_pl_19x19.png", "default_title": "__MSG_GLOBAL_APP_NAME__", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery-ui.min.js", "js\/jquery\/jquery.ui.touch-punch.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "\/js\/jquery\/jquery.min.map" ] } |