TYPO3 - Little Helper

This chrome extension makes the work with TYPO3 a little bit easier.

TYPO3 - Little Helperคืออะไร?

TYPO3 - Little Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agentur Simon และคุณลักษณะหลักของมันคือ "This chrome extension makes the work with TYPO3 a little bit easier."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TYPO3 - Little Helper

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

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

                        This extension provides 3 functions:

1. Click on icon for important links and searches on TYPO3
2. Right-click on page for fast access to backend or installtool
3. Right-click on selected text for searching documents or extensions

If you like this extension, please rate it. Thank you!

Changelog

Version 1.9.3
· Include TYPO3 11LTS
· Minor changes

Version 1.9.1
· Fix paths
· Include TYPO3 10LTS
· Exclude versions < TYPO3 7LTS

Version 1.9.0
· Cleanup
· Update Search for https://docs.typo3.org
· View core versions with link to changelog

Version 1.8.3
· Update Links on typo3.org
· Small bugfixes

Version 1.8.1
· Small bugfix

Version 1.8.0
· More searches
· Better and faster Core, News and security Feeds
· Bugfixes
· Cleanup

Version 1.7.0
· New Forge search
· New simple Login/Installtool entries in Popup
· Delete obsolete versioncheck

Version 1.6.1
· Small error fix

Version 1.6.0
· Delete Google Feed API
· New Yahoo! YQL API
· rewritten version check

Version 1.5.1
· Bugfix
Version 1.5
· new option to deactivate version check

Version 1.4.8
· Fix for changed generator string
· changed to jQuery 2.1.3

Version 1.4.7
· Skip versioncheck for /typo3/ in pathname (causing problems in TYPO3 4.x)
· Delete unused code
· Delete login/installtool icons in popup.

Version 1.4.6
· Shows version from generator tag

Version 1.4.5
· small bugfix

Version 1.4.4
· supports now subdomains
. minor changes

Version 1.4.3
. fix minor gui bug

Version 1.4.2
· new date for news
· new date for versions
· change skip feedburner for faster updates
· change minor gui changes
· small bugfix on duplicate entries

Version 1.4.1
· change layout
· new column for latest news
· new context search wiki
· search wiki
· change latest versions
· remove most wanted extensions

Attention: This version uses feedburner for compatibility issues with the feeds

Version 1.3.3
· changed to Bootstrap3
· new column for latest versions
· smal bugfixes

Version 1.3.2
· new icons and colors (good bye green)
· optimized searches
· updated shortcuts 

Please send feedback to [email protected] or via twitter to @SimonWpt or via Google+ to https://plus.google.com/u/0/105896207304932060857/

Changelog
Version 1.2.3
· Addition of important BE functions

Version 1.1
· First public version

TYPO3 and the related logos are registered trademarks of the TYPO3 association
http://typo3.org/about/the-trademarks/                    

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

ชื่อ TYPO3 - Little Helper TYPO3 - Little Helper
ID cmmocffalgokjmiacgeddcfkjdhdgeep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/typo3-little-helper/cmmocffalgokjmiacgeddcfkjdhdgeep
คำอธิบาย This chrome extension makes the work with TYPO3 a little bit easier.
ขนาดไฟล์ 330 KB
จำนวนการติดตั้ง 266
เวอร์ชันปัจจุบัน 1.9.3
อัปเดตครั้งล่าสุด 2021-03-21
วันที่เผยแพร่ 2018-11-03
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Agentur Simon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/SimonWpt/chrome-typo3-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TYPO3 - Little Helper",
    "version": "1.9.3",
    "manifest_version": 2,
    "description": "This chrome extension makes the work with TYPO3 a little bit easier.",
    "background": {
        "scripts": [
            "javascripts\/jquery-3.2.1.min.js",
            "javascripts\/bootstrap.min.js",
            "javascripts\/jquery.jfeed.js",
            "javascripts\/background.js",
            "javascripts\/scripts.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "style-src 'self'; script-src 'self'; object-src 'self'",
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "48": "images\/48.png",
        "32": "images\/32.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_title": "TYPO3 CMS - Little Helper",
        "default_popup": "popup.html"
    }
}