Pontoon Add-on
Tools for Pontoon and its integration into the browser.
Pontoon Add-onคืออะไร?
Pontoon Add-on เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pontoon Add-on team และคุณลักษณะหลักของมันคือ "Tools for Pontoon and its integration into the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pontoon Add-on
ดาวน์โหลดไฟล์ส่วนขยาย Pontoon Add-on ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pontoon Add-on aims to ease Mozilla localizers everyday work with Pontoon, the Mozilla localization tool. Not a Mozilla localizer yet? Join us - https://l10n.mozilla.org/ !
This add-on brings notifications from Pontoon directly into your browser. It also provides features for proofreading, bug reporting and fixing. The introduction tour will show you around right after installation.
Privacy policy: https://github.com/MikkCZ/pontoon-addon/blob/master/PRIVACY.md
Have an idea, for something cool? Let us know in GitHub. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gnbfbnpjncpghhjmmhklfhcglbopagbb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pontoon-add-on/gnbfbnpjncpghhjmmhklfhcglbopagbb |
| คำอธิบาย | Tools for Pontoon and its integration into the browser. |
| ขนาดไฟล์ | 853 KB |
| จำนวนการติดตั้ง | 246 |
| เวอร์ชันปัจจุบัน | 4.11.2 |
| อัปเดตครั้งล่าสุด | 2023-09-26 |
| วันที่เผยแพร่ | 2019-12-01 |
| ผู้พัฒนา | Pontoon Add-on team |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/MikkCZ/pontoon-addon |
| URL หน้าช่วยเหลือ | https://github.com/MikkCZ/pontoon-addon/issues |
| URL หน้านโยบายความเป็นส่วนตัว | https://github.com/MikkCZ/pontoon-addon/blob/master/PRIVACY.md |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"minimum_chrome_version": "88",
"manifest_version": 2,
"name": "Pontoon Add-on",
"description": "Tools for Pontoon and its integration into the browser.",
"version": "4.11.2",
"author": "Michal Stanke",
"homepage_url": "https:\/\/github.com\/MikkCZ\/pontoon-addon#readme",
"icons": {
"32": "assets\/img\/pontoon-logo-32.png",
"128": "assets\/img\/pontoon-logo-128.png"
},
"permissions": [
"storage",
"contextMenus",
"tabs",
"notifications",
"alarms",
"https:\/\/pontoon.mozilla.org\/*",
"https:\/\/flod.org\/*",
"https:\/\/addons.mozilla.org\/*",
"https:\/\/addons.allizom.org\/*",
"https:\/\/addons-dev.allizom.org\/*",
"https:\/\/commonvoice.mozilla.org\/*",
"https:\/\/commonvoice.allizom.org\/*",
"https:\/\/dev.commonvoice.allizom.org\/*",
"https:\/\/donate.mozilla.org\/*",
"https:\/\/give.thunderbird.net\/*",
"https:\/\/accounts.firefox.com\/*",
"https:\/\/accounts.stage.mozaws.net\/*",
"https:\/\/monitor.firefox.com\/*",
"https:\/\/monitor-localization.herokuapp.com\/*",
"https:\/\/fx-breach-alerts.herokuapp.com\/*",
"https:\/\/profiler.firefox.com\/*",
"https:\/\/l10n--perf-html.netlify.app\/*",
"https:\/\/relay.firefox.com\/*",
"https:\/\/dev.fxprivaterelay.nonprod.cloudops.mozgcp.net\/*",
"https:\/\/foundation.mozilla.org\/*",
"https:\/\/foundation.mofostaging.net\/*",
"https:\/\/developer.mozilla.org\/*",
"https:\/\/developer.allizom.org\/*",
"https:\/\/www.mozillafestival.org\/*",
"https:\/\/mozillafestival.mofostaging.net\/*",
"https:\/\/www.mozilla.org\/*",
"https:\/\/www-dev.allizom.org\/*",
"https:\/\/support.mozilla.org\/*",
"https:\/\/support.allizom.org\/*",
"https:\/\/www.thunderbird.net\/*",
"https:\/\/www-stage.thunderbird.net\/*",
"https:\/\/start.thunderbird.net\/*"
],
"optional_permissions": [
" | |