TerritoryHelper - AddOn

Modify your print-out of territory cards with injected bottons to ROTATE map view, HIDE table elements, TUNE descriptions.

TerritoryHelper - AddOnคืออะไร?

TerritoryHelper - AddOn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MATHEsoft® และคุณลักษณะหลักของมันคือ "Modify your print-out of territory cards with injected bottons to ROTATE map view, HIDE table elements, TUNE descriptions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TerritoryHelper - AddOn

ดาวน์โหลดไฟล์ส่วนขยาย TerritoryHelper - AddOn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension was created because I had special needs for my territories.
I wished to rotate the maps for better fit in territory-card.
I wanted to change some captions...
With this extension for Chrome -for me- it is possible.
The Territoryhelper-Team (follow them on Trello 
 https://trello.com/b/fyMx4Wei/territory-helper ) working on many things, but rare on these I need...

-- What does this extension?

When visit the territoryhelper.com it will inject its functionality, special on print page you have much more tools for good cards!
On optionsite you able to en/disable some functions.

For orientation the TH-own north-pointer (compass) rotates too.

The "FIX"-button give additional quick changes for captions, layout, tables. 
At the options-page you able to select, what the FIX-button doing for you...

Wishes and suggestions I like try to realize! Bug reports are welcome!
Follow the developement on https://trello.geox.work

-- Version history

New at version 3.00
- Migrated to manifest version3, so a lot of updates internal done.
- now switch to Openlayers for rotate the map, but also possible back to Leaflet without reload the page
- For better edit the border on territories-page there now buttons for zoom in up to 250%.

Known issues:
- filters are disabled, coming back soon, I hope.

Show the history before 3.00 on https://thv.geox.work/versions_en.htm                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TerritoryHelper - AddOn TerritoryHelper - AddOn
ID kelmmbafkjmcbdcmepomfkpmcggakonp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/territoryhelper-addon/kelmmbafkjmcbdcmepomfkpmcggakonp
คำอธิบาย Modify your print-out of territory cards with injected bottons to ROTATE map view, HIDE table elements, TUNE descriptions.
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 254
เวอร์ชันปัจจุบัน 3.00
อัปเดตครั้งล่าสุด 2022-11-22
วันที่เผยแพร่ 2020-06-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MATHEsoft®
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trello.geox.work
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "short_name": "TH+tweaker",
    "description": "__MSG_extdesc__",
    "version": "3.00",
    "author": "Matthias Henckell, MATHEsoft\u00ae",
    "homepage_url": "https:\/\/th.geox.work",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.territoryhelper.com\/*",
                "*:\/\/territoryhelper.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "jquery-ui.js",
                "ol\/ol.js",
                "ol\/ol-ext.js",
                "content.js",
                "mapboxstyle.js"
            ],
            "css": [
                "ol\/ol.css",
                "ol\/ol-ext.css",
                "jquery-ui.css",
                "jquery-ui.min.css",
                "overwrite.css"
            ]
        }
    ],
    "action": {
        "default_icon": "nord.png",
        "default_title": "__MSG_extname__"
    },
    "icons": {
        "128": "nord128.png",
        "64": "nord64.png",
        "40": "nord.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "nord.png",
                "cross.png",
                "th_nord.png",
                "rotate_btn.png",
                "options.html",
                "options.js",
                "images\/*",
                "images2\/*"
            ],
            "matches": [
                "*:\/\/*.territoryhelper.com\/*",
                "*:\/\/territoryhelper.com\/*"
            ]
        }
    ]
}