PageLiner
Create guidelines on websites to check alignment for example.
Qu'est-ce que PageLiner ?
PageLiner est une extension Chrome développée par pageliner.com, et sa fonction principale est "Create guidelines on websites to check alignment for example.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PageLiner
Téléchargez les fichiers d'extension PageLiner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | nepakmljodobhlbbkpobblnifmhclemh |
| URL Officiel | https://chromewebstore.google.com/detail/pageliner/nepakmljodobhlbbkpobblnifmhclemh |
| Description | Create guidelines on websites to check alignment for example. |
| Taille du Fichier | 379 KB |
| Nombre d'Installations | 12,397 |
| Version Actuelle | 1.6.7 |
| Dernière Mise à Jour | 2023-04-20 |
| Date de Publication | 2020-05-27 |
| Évaluation | 1.94/5 Total 162 Évaluations |
| Développeur | pageliner.com |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://pageliner.com |
| URL de la Page d'Aide | https://github.com/Crease29/pageliner/blob/master/README.md#features |
| URL de la Page de Politique de Confidentialité | https://pageliner.com/privacy.html |
| Langues Prises en Charge | 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"
]
} | |