PageLiner
Create guidelines on websites to check alignment for example.
PageLinerとは何ですか?
PageLinerはpageliner.comによって開発されたChromeの拡張機能で、その主な機能は「Create guidelines on websites to check alignment for example.」です。
拡張機能のスクリーンショット
PageLiner拡張機能のCRXファイルをダウンロード
PageLiner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | nepakmljodobhlbbkpobblnifmhclemh |
| 公式URL | https://chromewebstore.google.com/detail/pageliner/nepakmljodobhlbbkpobblnifmhclemh |
| 説明 | Create guidelines on websites to check alignment for example. |
| ファイルサイズ | 379 KB |
| インストール数 | 12,397 |
| 現在のバージョン | 1.6.7 |
| 最終更新日 | 2023-04-20 |
| 公開日 | 2020-05-27 |
| 評価 | 1.94/5 合計 162 レビュー |
| 開発者 | pageliner.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pageliner.com |
| ヘルプページのURL | https://github.com/Crease29/pageliner/blob/master/README.md#features |
| プライバシーポリシーページのURL | https://pageliner.com/privacy.html |
| 対応言語 | 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"
]
} | |